Update test.yml

This commit is contained in:
Nicco 2021-05-10 10:13:05 +02:00 committed by GitHub
parent 98a03c25e6
commit e3aa2dd5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ jobs:
uses: actions/checkout@v2
- name: Install
run: |
docker compose build
docker-compose build
npm ci
npm run test:run