This commit is contained in:
cupcakearmy 2021-05-14 15:09:55 +02:00
parent a18e9bcc88
commit e332dc63e8
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 3 additions and 1 deletions

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