1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

Move tests into subdir, QA

This commit is contained in:
Manuel Schmid 2020-11-09 19:30:28 +01:00
parent 42da7067e8
commit e13a2c7791
No known key found for this signature in database
GPG key ID: A5FC376D86033B79
5 changed files with 5 additions and 9 deletions

View file

@ -25,6 +25,6 @@ jobs:
- name: Install Dependencies
# if: steps.cache.outputs.cache-hit != 'true'
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- run: npm run test
- run: npm run test-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}