From 36fd7aed81bc452316e9307fad38e233879cb1c7 Mon Sep 17 00:00:00 2001 From: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:34:22 -0700 Subject: [PATCH] fix sanctuary CI command Was doing a manual run, and noticed the typo in the CI workflow. Fixed here. --- .github/workflows/sanctuary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanctuary.yml b/.github/workflows/sanctuary.yml index 9dc977951e..34e07c40a2 100644 --- a/.github/workflows/sanctuary.yml +++ b/.github/workflows/sanctuary.yml @@ -54,4 +54,4 @@ jobs: - name: "infra run solidity_testing_sanctuary" uses: "./.github/actions/devcontainer/run" with: - runCmd: "./scripts/bin/infra run solidity_testing_sanctuary run --release --bin solidity_testing_sanctuary -- --shards-count ${{ env.SHARDS_COUNT }} --shard-index ${{ matrix.shard_index }} ${{ inputs.chain }} ${{ inputs.network }}" + runCmd: "./scripts/bin/infra run --release --bin solidity_testing_sanctuary -- --shards-count ${{ env.SHARDS_COUNT }} --shard-index ${{ matrix.shard_index }} ${{ inputs.chain }} ${{ inputs.network }}"