Skip to content

Commit

Permalink
Fix path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jan 10, 2025
1 parent 45afa5c commit 742eefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
yarn --cwd packages/apollo-shared start &
ALLOW_ROOT_USER=true ROOT_USER_PASSWORD=pass yarn --cwd packages/apollo-collaboration-server start &
- name: Run CLI tests
run: yarn tsx test/test.ts
run: yarn tsx src/test/test.ts
working-directory: packages/apollo-cli
# - name: Run docker tests
# working-directory: packages/apollo-cli
# run: python3 ./test/test_docker.py
# run: python3 ./src/test/test_docker.py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 742eefb

Please sign in to comment.