Skip to content

Commit

Permalink
chore: disable e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-casper committed Apr 10, 2024
1 parent 985f3e2 commit 4b03e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
run: echo "MAINNET_VERSION=$(curl -s -X POST --data-raw '${{ env.VERSION_QUERY }}' -H "Content-Type:application/json" ${{ env.MAINNET_NODE_URL }} | jq -r .result.build_version | cut -d "-" -f 1)" >> "$GITHUB_ENV"

- name: Test RPC - mainnet ${{ env.MAINNET_VERSION }}
if: ${{ false }}
run: npx casper-node-launcher-js node v${{ env.MAINNET_VERSION }} --daemon && npm run test:e2e && npx casper-node-launcher-js stop

# test testnet
Expand Down

0 comments on commit 4b03e5d

Please sign in to comment.