choose different working directory

This commit is contained in:
Jonathan Jogenfors 2023-11-17 12:11:11 +01:00
parent b0b8ce2d6d
commit 0efd9a65b6

View file

@ -125,7 +125,7 @@ jobs:
- name: Run npm install in server
run: npm ci
working-directory: ../server
working-directory: ./server
- name: Run e2e tests
run: npm run test:e2e