Skip to content

Commit

Permalink
Fix MacOS suite
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Dec 3, 2024
1 parent 13255f7 commit cd56a7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
suite: temurin-11
os: macos
action: converge
action: list
- name: Source Profile for JAVA_HOME
run: |
source /etc/profile
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 cd56a7d

Please sign in to comment.