This commit is contained in:
2021-11-11 13:37:21 +01:00
parent 325518ba15
commit a462bed948
13 changed files with 1107 additions and 6979 deletions

View File

@@ -1,18 +0,0 @@
name: test
on:
workflow_dispatch:
push:
jobs:
text:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: |
docker-compose build
npm ci
- name: Test
run: npm run test:run