Properly change to temp directory

This commit is contained in:
Marcus Eide
2020-04-16 09:07:02 +02:00
parent 85752b4795
commit ed32b1d161
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -60,6 +60,8 @@ jobs:
- name: yarn lint, test after creation
working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}/test-app
run: |
pwd
ls -la
yarn lint
yarn test
env: