mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Fix execution script name (#44989)
Signed-off-by: Simon Vacek <simonvacky@email.cz>
This commit is contained in:
parent
fc94dd2f65
commit
8eb603f064
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -522,7 +522,7 @@ jobs:
|
||||
PROPS+=" -Dkc.test.database.driver.artifact=software.amazon.jdbc:aws-advanced-jdbc-wrapper"
|
||||
|
||||
cd .github/scripts/ansible
|
||||
./mvn_ec2_runner.sh ${AWS_REGION} ${EC2_CLUSTER_NAME} "$PROPS package -f tests/pom.xml -Dtest=DatabaseTestSuite"
|
||||
./mvn_remote_runner.sh ${AWS_REGION} ${EC2_CLUSTER_NAME} "$PROPS package -f tests/pom.xml -Dtest=DatabaseTestSuite"
|
||||
|
||||
# Copy returned surefire-report directories to workspace root to ensure they're discovered
|
||||
results=(files/keycloak/results/*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user