diff options
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 8dc206d..40f5efa 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -42,7 +42,6 @@ jobs: ] baseImage: [ - "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy", "debian:11", @@ -112,4 +111,4 @@ jobs: run: npm install -g @devcontainers/cli - name: "Testing global scenarios" - run: devcontainer features test --global-scenarios-only .
\ No newline at end of file + run: devcontainer features test --global-scenarios-only . |