Use :all flags for lint and test to not depend on git since

This commit is contained in:
Marcus Eide
2020-04-16 10:15:17 +02:00
parent ed32b1d161
commit 432a2a3c31
+2 -4
View File
@@ -60,9 +60,7 @@ jobs:
- name: yarn lint, test after creation
working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}/test-app
run: |
pwd
ls -la
yarn lint
yarn test
yarn lint:all
yarn test:all
env:
CI: true