Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibinger committed Dec 18, 2024
1 parent 3cc317e commit 89bb6a2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/crib-ccip-v2-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,18 @@ jobs:
- name: Test ws connection
env:
GETH_WS_ENDPOINT: wss://gap-${{ steps.deploy-crib.outputs.devspace-namespace }}-geth-1337-ws.public.main.stage.cldev.sh
shell: bash
run: |
set -xeuo pipefail
npm install -g wscat
echo "checking ws conection via gap"
wscat --no-check -c "${GETH_WS_ENDPOINT}" \
--header "x-authorization-github-jwt: Bearer ${{ steps.get-jwt-token.outputs.result }}" \
-x '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
echo "finished checking ws conection via gap"
# - uses: actions/[email protected]
# - name: Set up Go
# uses: ./.github/actions/setup-go
Expand All @@ -99,9 +106,9 @@ jobs:
# run: |-
# # go test -v -run TestSomething
# echo "running tests here"
- name: Destroy CRIB Environment
id: destroy
if: always() && steps.deploy-crib.outputs.devspace-namespace != ''
uses: smartcontractkit/.github/actions/crib-purge-environment@c0b38e6c40d72d01b8d2f24f92623a2538b3dedb # [email protected]
with:
namespace: ${{ steps.deploy-crib.outputs.devspace-namespace }}
# - name: Destroy CRIB Environment
# id: destroy
# if: always() && steps.deploy-crib.outputs.devspace-namespace != ''
# uses: smartcontractkit/.github/actions/crib-purge-environment@c0b38e6c40d72d01b8d2f24f92623a2538b3dedb # [email protected]
# with:
# namespace: ${{ steps.deploy-crib.outputs.devspace-namespace }}

0 comments on commit 89bb6a2

Please sign in to comment.