Skip to content

Commit

Permalink
test(e2e): fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 7, 2023
1 parent f8a7fdc commit da75072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run End-to-End Tests
run: |
set -o pipefail
npx tsx --no-warnings ./feature-runner/run-features.ts | npx tsx --no-warnings ./feature-runner/console-reporter.ts
npx tsx --no-warnings ./features/run-features.ts | npx tsx --no-warnings ./features/console-reporter.ts
- name: Clean up End-to-End test resources
env:
Expand Down

0 comments on commit da75072

Please sign in to comment.