From b726d3a310e9710e6df017580932de720f85f077 Mon Sep 17 00:00:00 2001 From: NimBold Date: Tue, 23 Jun 2026 22:27:16 +0330 Subject: [PATCH] fix(ci): run backend tests before engine provisioning --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b6515..7a072ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,12 +60,12 @@ jobs: libdbus-1-dev \ pkg-config - run: npm ci - - name: Provision locked engines - if: runner.os != 'macOS' - run: node scripts/provision-engines.js --target ${{ matrix.target }} - name: Test Rust backend working-directory: src-tauri run: cargo test --all-targets --target ${{ matrix.target }} + - name: Provision locked engines + if: runner.os != 'macOS' + run: node scripts/provision-engines.js --target ${{ matrix.target }} - name: Stage and verify engines run: | node scripts/stage-engines.js --target ${{ matrix.target }}