Skip to content

Commit

Permalink
Fix GitHub Actions Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-ghelardi committed Oct 16, 2024
1 parent 25f6aa7 commit 8047204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: circleci/clojure:openjdk-11-tools-deps-1.10.1.502
image: cimg/clojure:1.11.1
options: -u 1001:115

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
integration-test:
runs-on: ubuntu-latest
container:
image: circleci/clojure:openjdk-11-tools-deps-1.10.1.502
image: cimg/clojure:1.11.1
env:
VESSEL_TEST_REGISTRY: registry
options: -u 1001:115
Expand Down

0 comments on commit 8047204

Please sign in to comment.