Try different approach to change dir in final step

This commit is contained in:
Marcus Eide
2020-04-16 14:41:53 +02:00
parent 55b767a3fa
commit c8f8759379
+2 -1
View File
@@ -58,8 +58,9 @@ jobs:
node ${{ github.workspace }}/scripts/cli-e2e-test.js
# This should lint and test both an app and a plugin
- name: yarn lint, test after creation
working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}/test-app
working-directory: ${{ steps.generate_tempdir.outputs.tempdir }}
run: |
cd test-app
yarn lint:all
yarn test:all
env: