This commit is contained in:
2021-05-10 10:11:31 +02:00
parent 84a7be4549
commit 7f618e7e45

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