Skip to content

Commit

Permalink
CI: make sure task return failed when auto test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Sep 29, 2024
1 parent 02c7fe6 commit 87552d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
pkg install -y gcc cmake bash openjdk11
run: |
set -e -x
pkg info -l openjdk11 | grep 'bin/java'
export JAVA_HOME="/usr/local/openjdk11"
export PATH="$JAVA_HOME/bin:$PATH"
Expand All @@ -204,6 +205,7 @@ jobs:
pkg install -y gcc cmake bash openjdk11
run: |
set -e -x
pkg info -l openjdk11 | grep 'bin/java'
export JAVA_HOME="/usr/local/openjdk11"
export PATH="$JAVA_HOME/bin:$PATH"
Expand Down

0 comments on commit 87552d3

Please sign in to comment.