Skip to content

Commit

Permalink
Correct the location of testcases in end to end test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio authored Jul 29, 2024
1 parent 9827a0d commit a17837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
python -m pip install --upgrade pip
- name: Run end to end tests
run: |
./test/testrunner testcases.json
./test/testrunner test/testcases.json

0 comments on commit a17837d

Please sign in to comment.