Skip to content

Commit

Permalink
Fix MacOS suite
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 3, 2024
1 parent 13255f7 commit 06905ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
KITCHEN_LOCAL_YAML: kitchen.macos.yml
TERM: xterm-256color
with:
suite: temurin-11
suite: default
os: macos
action: converge
- name: Source Profile for JAVA_HOME
Expand All @@ -88,7 +88,7 @@ jobs:
KITCHEN_LOCAL_YAML: kitchen.macos.yml
TERM: xterm-256color
with:
suite: temurin-11
suite: default
os: macos
action: verify

Expand Down
8 changes: 4 additions & 4 deletions kitchen.macos.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ platforms:
gui: false

suites:
- name: adoptopenjdk-14
- name: default
run_list:
- recipe[homebrew]
- recipe[test::adoptopenjdk]
- recipe[test::openjdk]
attributes:
version: 14
variant: openj9
verifier:
inspec_tests: [test/integration/adoptopenjdk]
input_files: [test/integration/adoptopenjdk/inputs/adoptopenjdk-14-macos.yml]
inspec_tests: [test/integration/openjdk]
input_files: [test/integration/openjdk/inputs/openjdk-14-macos.yml]
2 changes: 1 addition & 1 deletion kitchen.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platforms:
gui: false

suites:
- name: openjdk-17
- name: default
run_list:
- recipe[test::openjdk]
attributes:
Expand Down

0 comments on commit 06905ba

Please sign in to comment.