Skip to content

Commit

Permalink
try to redefine env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-ngrok committed May 9, 2024
1 parent a7268ec commit 6abeb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: apache-maven-3.8.8/bin/mvn --batch-mode verify
env:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
JAVA_HOME_11: $JAVA_HOME_11_X64
JAVA_HOME_17: $JAVA_HOME_17_X64
JAVA_11_HOME: $JAVA_HOME_11_X64
JAVA_17_HOME: $JAVA_HOME_17_X64

udeps:
name: Udeps
Expand Down

0 comments on commit 6abeb6b

Please sign in to comment.