Skip to content

test(starknet_client): integration test with the starknet GW #8

test(starknet_client): integration test with the starknet GW

test(starknet_client): integration test with the starknet GW #8

Workflow file for this run

name: nightly-tests
# We run the GW-integration-test in different times, so we won't have a nonce race between parallel
# runs.
on:
schedule:
- cron: '30 0 * * *' # ubuntu runner test
- cron: '30 3 * * *' # macos runner test
workflow_dispatch:
push:
branches:
- tzahi/gw_integration_test_basic
jobs:
GW-integration-test-ubuntu:
uses: ./.github/workflows/nightly-tests-call.yml
with:
os: ubuntu-latest
if: github.event.schedule != '30 3 * * *'
GW-integration-test-macos:
uses: ./.github/workflows/nightly-tests-call.yml
with:
os: macos-latest
if: github.event.schedule == '30 3 * * *'