Skip to content

Commit

Permalink
Specify api working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Apr 15, 2024
1 parent 585841e commit 2c42b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
steps:
- name: Run Tests With Backend Mocking
run: pytest
working-directory: /api
test-api-nomock:
runs-on: ubuntu-latest
needs: [build-api]
Expand All @@ -64,6 +65,7 @@ jobs:
steps:
- name: Run Tests With Backend Mocking
run: pytest --mode=release
working-directory: /api
test-app-mock:
runs-on: ubuntu-latest
needs: [build-app, build-api]
Expand Down

0 comments on commit 2c42b67

Please sign in to comment.