mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Switch back to GH runners for CI (#4507)
This commit is contained in:
parent
fb83f917cc
commit
bb08fc80cf
1 changed files with 5 additions and 5 deletions
10
.github/workflows/code-qa.yml
vendored
10
.github/workflows/code-qa.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check-translations:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: node scripts/find-missing-translations.js
|
||||
|
||||
knip:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
run: pnpm knip
|
||||
|
||||
compile:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: blacksmith-4vcpu-ubuntu-2404
|
||||
- os: ubuntu-latest
|
||||
name: ubuntu-latest
|
||||
- os: windows-latest
|
||||
name: windows-latest
|
||||
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
fi
|
||||
|
||||
integration-test:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check-openrouter-api-key]
|
||||
if: needs.check-openrouter-api-key.outputs.exists == 'true'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue