github/workflows: use correct working directory for e2e test

This commit is contained in:
Patrik Oldsberg
2020-07-02 01:31:23 +02:00
parent 192868ffef
commit dd26e15fd4
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -43,5 +43,4 @@ jobs:
- run: yarn tsc
- run: yarn build
- name: verify app and plugin creation
working-directory: ${{ runner.temp }}
run: node ${{ github.workspace }}/packages/cli/e2e-test/cli-e2e-test.js
-1
View File
@@ -44,7 +44,6 @@ jobs:
- run: yarn tsc
- run: yarn build
- name: verify app and plugin creation
working-directory: ${{ runner.temp }}
run: |
sudo sysctl fs.inotify.max_user_watches=524288
node ${{ github.workspace }}/packages/cli/e2e-test/cli-e2e-test.js