Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 4, 2024
1 parent 1a3faf5 commit c5ff092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: docker compose -f "packages/tests-e2e/docker-compose.yml" up -d

- name: Start tests
run: cd packages/test-e2e && pnpm run test:ci
run: cd packages/tests-e2e && pnpm run test:ci

- name: Stop containers
if: always()
Expand Down

0 comments on commit c5ff092

Please sign in to comment.