Skip to content

Commit

Permalink
Run tests against inko:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 30, 2024
1 parent dc022d3 commit 4c9cdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:main
image: ghcr.io/inko-lang/inko:latest
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:main
image: ghcr.io/inko-lang/inko:latest
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4c9cdfa

Please sign in to comment.