Skip to content

Commit

Permalink
Fix base images for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 30, 2024
1 parent 0045b79 commit 1fafd2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/features-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
features:
- ansible
baseImage:
- debian:latest
- ubuntu:latest
- buildpack-deps:bookworm-curl:latest
- buildpack-deps:jammy-curl:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Install latest devcontainer CLI"
run: npm install -g @devcontainers/cli
Expand Down

0 comments on commit 1fafd2c

Please sign in to comment.