diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f7c1a4..c35b504 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: - run: pnpm install --frozen-lockfile - # Pre-run build steps - - run: pnpm --filter=solana-container run build:docker - - run: pnpm turbo run build test: @@ -50,6 +47,9 @@ jobs: - run: pnpm install --frozen-lockfile + # Pre-run build steps, required for the test step + - run: pnpm --filter=solana-container run build:docker + - run: pnpm turbo run test lint_prettier: