diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00f6206aa..62fc357db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/install-dependencies - - run: pnpm install --no-frozen-lockfile build: name: Run build @@ -24,17 +23,16 @@ jobs: tests: name: Run all tests runs-on: ubuntu-latest - needs: [build] + needs: [install] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/install-dependencies - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: v1.5.0 + version: nightly - name: Start Anvil in background run: anvil --fork-url https://nodes.sequence.app/arbitrum & - - run: pnpm build - run: pnpm test # NOTE: if you'd like to see example of how to run