Skip to content

Commit

Permalink
fixing github actions 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrlik committed Nov 15, 2024
1 parent 2191015 commit 6a4f4b8
Showing 1 changed file with 2 additions and 2 deletions.
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

- 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

0 comments on commit 6a4f4b8

Please sign in to comment.