diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index d00646962c..20a24d2091 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -4,13 +4,13 @@ on: push: branches: [main] paths: - - 'cli/**' - - '.github/workflows/cli-tests.yml' + - "cli/**" + - ".github/workflows/cli-tests.yml" pull_request: branches: [main] paths: - - 'cli/**' - - '.github/workflows/cli-tests.yml' + - "cli/**" + - ".github/workflows/cli-tests.yml" env: CARGO_TERM_COLOR: always @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: "20" - name: Setup Bun uses: oven-sh/setup-bun@v2 @@ -72,7 +72,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: "20" - name: Setup Bun uses: oven-sh/setup-bun@v2 @@ -126,7 +126,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: "20" - name: Setup Bun uses: oven-sh/setup-bun@v2 @@ -163,11 +163,6 @@ jobs: NODE_BIN_PATH: ${{ steps.runtime-paths.outputs.NODE_BIN_PATH }} run: bun test --timeout 120000 test/ - - name: Keep runner alive for SSH debug - if: failure() - shell: pwsh - run: Start-Sleep -Seconds 3600 - # Combined summary job for branch protection test-summary: runs-on: ubuntu-latest