Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(IDX): move some tests to self-hosted runners #5258

Merged
merged 21 commits into from
Aug 6, 2024
Merged
18 changes: 12 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
exit 1
}
spelling:
runs-on: ubuntu-20.04
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/minimal-runner-image:0.1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -52,10 +55,10 @@ jobs:
- name: Spellcheck changelog
run: scripts/spellcheck-changelog
cargo-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/minimal-runner-image:0.1
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down Expand Up @@ -159,7 +162,10 @@ jobs:
fi
release-templating-works:
name: Release template
runs-on: ubuntu-20.04
runs-on:
labels: dind-small
container:
image: ghcr.io/dfinity/minimal-runner-image:0.1
steps:
- uses: actions/checkout@v4
with:
Expand Down