Skip to content

Commit

Permalink
debian12 github ci runner: use opens option in dbtool in jobs #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Dec 26, 2024
1 parent 234a395 commit 694ff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_selenium_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
CTSMS_PROPERTIES=/ctsms/properties
CTSMS_JAVA=/ctsms/java
JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED"
#VERSION=$(grep -oP '<application.version>\K[^<]+' /home/runner/work/ctsms/ctsms/pom.xml)
#cat /var/lib/tomcat9/logs/catalina.out
BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
Expand Down

0 comments on commit 694ff5c

Please sign in to comment.