Skip to content

Commit

Permalink
fix the snapshots directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent a7fe87a commit db339a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
run: |
curl -L --fail -o ndc-test https://github.com/hasura/ndc-spec/releases/download/v0.1.6/ndc-test-x86_64-unknown-linux-gnu
chmod +x ndc-test
sudo mv ndc-test /usr/local/bin/
- name: Run Tests
working-directory: static/relational/postgres
run: |
./ndc-test replay --endpoint http://localhost:8080 --snapshots-dir ../../relational
ndc-test replay --endpoint http://localhost:8080 --snapshots-dir relational
- name: Collect Logs on Failure
if: failure()
Expand Down

0 comments on commit db339a4

Please sign in to comment.