Skip to content

Commit

Permalink
chore(ci): move back to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jan 16, 2025
1 parent a06d2cf commit 36d0471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ permissions:
jobs:
rust_lint:
name: Rust lints
runs-on:
- "self-hosted"
- "linux"
- "x64"
- "metal"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -54,11 +50,7 @@ jobs:

format_lint:
name: Formatting
runs-on:
- "self-hosted"
- "linux"
- "x64"
- "metal"
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
matrix:
os:
- name: ubuntu
runner:
- "self-hosted"
- "linux"
- "x64"
- "metal"
runner: ubuntu-latest
- name: macos
runner: macos-13
node-version:
Expand Down
21 changes: 3 additions & 18 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ jobs:

rust_lint:
name: Rust lints
runs-on:
- "self-hosted"
- "linux"
- "x64"
- "metal"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -153,11 +149,7 @@ jobs:
rust_check:
# We test dependency changes only on main
name: Turborepo rust check
runs-on:
- "self-hosted"
- "linux"
- "x64"
- "metal"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -178,18 +170,11 @@ jobs:
matrix:
os:
- name: ubuntu
runner:
- "self-hosted"
- "linux"
- "x64"
- "metal"
nextest: linux
runner: ubuntu-latest
- name: macos
runner: macos-13
nextest: mac
- name: windows
runner: windows-latest
nextest: windows-tar
runs-on: ${{ matrix.os.runner }}
name: Turborepo Rust testing on ${{ matrix.os.name }}
steps:
Expand Down

0 comments on commit 36d0471

Please sign in to comment.