Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: using new JRE capabilities of adoptium aqa-tests #11

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL

- name: Verify Bash Version
run: /opt/homebrew/Cellar/bash/bin/bash --version
run: /opt/homebrew/Cellar/bash/5.2.37/bin/bash --version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?!!?!? why!?!?!!?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently the path to the bash executable changed since the last GH actions run..


- name: Set up JDK
uses: actions/setup-java@v3
Expand All @@ -289,7 +289,7 @@ jobs:
- name: Run
run: |
export OJDK_VERSION_NUMBER=${{ matrix.jdkver || env.jdkver_latest }} JREJDK="jdk" WORKSPACE=/Users/runner/workspace JAVA_TO_TEST="${JAVA_HOME}/bin/java" JAVA_COMMAND="${JAVA_HOME}/bin/java"
/opt/homebrew/Cellar/bash/bin/bash testHeadlessComponents.sh
/opt/homebrew/Cellar/bash/5.2.37/bin/bash testHeadlessComponents.sh
- name: Pack results
if: ${{ always() }}
run: |
Expand Down
Loading