Skip to content

Commit

Permalink
Exclude unsupported image scenarios for Oryx (#1209)
Browse files Browse the repository at this point in the history
* Update test-pr.yaml

* Update test-pr.yaml for Oryx feature
  • Loading branch information
Mathiyarasy authored Dec 2, 2024
1 parent 2951f04 commit 9a46394
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/devcontainers/base:noble"
]
exclude:
- features: oryx
baseImage: ubuntu:jammy
- features: oryx
baseImage: mcr.microsoft.com/devcontainers/base:ubuntu
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9a46394

Please sign in to comment.