This commit is contained in:
cupcakearmy 2021-05-10 10:11:31 +02:00
parent 84a7be4549
commit 7f618e7e45
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 16 additions and 0 deletions

16
.github/workflows/test.yml vendored Normal file
View File

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