Skip to content

Commit

Permalink
wip: github ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Mar 22, 2024
1 parent cb9e37f commit 23d0ff5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ jobs:
repository: hasura/ndc-spec
path: ndc-spec
- name: test
working-directory: ndc-spec
run: |
ls
echo "hello"
cd ..
ls
tree
# - name: Run ndc-test
# working-directory: ndc-spec
# run: cargo run --bin ndc-test -- test --endpoint http://0.0.0.0:8080
# cargo run --bin ndc-test -- replay --endpoint http://0.0.0.0:8080 --snapshots-dir cosmos/ndc-test-snapshots
- name: Run ndc-test
working-directory: ndc-spec
run: cargo run --bin ndc-test -- replay --endpoint http://0.0.0.0:8080 --snapshots-dir cosmos/ndc-test-snapshots
# run: cargo run --bin ndc-test -- test --endpoint http://0.0.0.0:8080
# - name: Install test runner
# run: npm install --global mocha
# - name: Run Node.js tests
Expand Down

0 comments on commit 23d0ff5

Please sign in to comment.