Skip to content

Commit

Permalink
Fix ts-e2e test (#19765)
Browse files Browse the repository at this point in the history
## Description 
Fix ts-e2e test

## Test plan 
👀
  • Loading branch information
ebmifa authored Oct 9, 2024
1 parent 2c421c3 commit 4412f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ts-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ runs:
shell: bash

- name: Run TS SDK GraphQL compatibility e2e tests
if: ${{ inputs.ref != "testnet" && inputs.ref != "devnet" }}
if: (!contains(fromJSON('["testnet", "devnet"]'), inputs.ref))
run: pnpm dlx concurrently --kill-others --success command-1 "$E2E_RUN_LOCAL_NET_CMD" 'pnpm --filter @mysten/graphql-transport test:e2e'
shell: bash

0 comments on commit 4412f8f

Please sign in to comment.