This commit is contained in:
2021-05-14 15:09:55 +02:00
parent a18e9bcc88
commit e332dc63e8

View File

@@ -2,6 +2,7 @@ name: test
on:
workflow_dispatch:
push:
jobs:
text:
@@ -13,4 +14,5 @@ jobs:
run: |
docker-compose build
npm ci
npm run test:run
- name: Test
run: npm run test:run