Skip to content

Commit 833a4f7

Browse files
committed
query the chain tip before a test
1 parent 31ac5c3 commit 833a4f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ jobs:
6969
- name: Checkout repository
7070
uses: actions/checkout@v4
7171

72+
- name: Query Tip
73+
run: nix develop .# --command cardano-cli query tip --socket-path /run/cardano-node/node.socket --testnet-magic 2
74+
7275
- name: Run Integration Tests
7376
run: nix develop .# --command cargo test --verbose --test endpoints_test

0 commit comments

Comments
 (0)