ci fix missing working-directory

This commit is contained in:
Guillaume Chau
2023-05-16 10:43:28 +02:00
parent bc3d80ca8a
commit e3dcdf5dbc
2 changed files with 2 additions and 0 deletions
@@ -57,6 +57,7 @@ jobs:
run: pnpm run build
- name: E2E tests
working-directory: ${{env.dir}}
run: pnpm run test:e2e
- uses: actions/upload-artifact@v2
+1
View File
@@ -57,6 +57,7 @@ jobs:
run: pnpm run build
- name: E2E tests
working-directory: ${{env.dir}}
run: pnpm run test:e2e
- uses: actions/upload-artifact@v2