Skip to content

Commit

Permalink
Run starknet-rs tests on rpc v0_6 (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Dec 13, 2023
1 parent 29b59bb commit 128249c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
needs: [deploy_to_dev]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.DEV_GOERLI_URL }}/v0_5
STARKNET_RPC: ${{ secrets.DEV_GOERLI_URL }}/v0_6

dev-starknet-js-tests:
needs: [deploy_to_dev]
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
needs: [deploy_to_staging]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.STAGING_GOERLI_URL }}/v0_5
STARKNET_RPC: ${{ secrets.STAGING_GOERLI_URL }}/v0_6

staging-starknet-js-tests:
needs: [deploy_to_staging]
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
needs: [deploy_to_production]
uses: ./.github/workflows/starknet-rs-tests.yml
secrets:
STARKNET_RPC: ${{ secrets.PROD_GOERLI_URL }}/v0_5
STARKNET_RPC: ${{ secrets.PROD_GOERLI_URL }}/v0_6

prod-starknet-js-tests:
needs: [deploy_to_production]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starknet-rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: xJonathanLEI/starknet-rs
ref: 64ebc364c0c346e81b715c5b4a3b32ef37b055c8
ref: 0df9ad3417a5f10d486348737fe75659ca4bcfdc

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 128249c

Please sign in to comment.