From f24881baee2897ceebb599ae92fd0ddfe8fce951 Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Sat, 27 Dec 2025 02:01:47 +0700 Subject: [PATCH] Update GitHub Actions workflow for tests Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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