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
Prev Previous commit
Next Next commit
Update checks.yml
  • Loading branch information
cgundy committed Jul 30, 2024
commit d05be1dfe2a5a8db76cccaa52b1c22f55736459a
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: docker pull ghcr.io/dfinity/minimal-runner-image:latest
image: ghcr.io/dfinity/minimal-runner-image:latest
cgundy marked this conversation as resolved.
Show resolved Hide resolved
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on:
labels: dind-small
container:
image: docker pull ghcr.io/dfinity/minimal-runner-image:latest
image: ghcr.io/dfinity/minimal-runner-image:latest
cgundy marked this conversation as resolved.
Show resolved Hide resolved
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
Loading