Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jun 6, 2024
1 parent 73d9e9d commit d761be0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #4.1.4
with:
submodules: 'recursive'

- name: Prep build
uses: ./.github/actions/prep-ubuntu
Expand All @@ -26,7 +28,10 @@ jobs:
# Cache needs Google credentials:
GWIP: ${{ secrets.GWIP_SCCACHE }}
GSA: ${{ secrets.GSA_SCCACHE }}
submodules: 'recursive'

# Required for integration tests evm interaction
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Runing cargo ${{ matrix.target }}
run: ./ci/run-check.sh
Expand All @@ -52,11 +57,7 @@ jobs:
cache: enabled
GWIP: ${{ secrets.GWIP_SCCACHE }}
GSA: ${{ secrets.GSA_SCCACHE }}
submodules: 'recursive'

# Required for integration tests evm interaction
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Runing cargo ${{ matrix.target }}
run: ./ci/run-check.sh
Expand Down

0 comments on commit d761be0

Please sign in to comment.