File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3232 - name : Set Integration Test Environment
3333 if : matrix.os == 'ubuntu-latest'
3434 run : |
35- echo "MAVEN_PROFILE_FLAG=-P integration-test " >> $GITHUB_OUTPUT
35+ echo "MAVEN_PROFILE_FLAG=-P \!man-pages -DskipTests=true " >> $GITHUB_OUTPUT
3636 echo "MAVEN_VERIFY_STAGE=verify" >> $GITHUB_OUTPUT
3737 echo "127.0.0.1 openam.local" | sudo tee -a /etc/hosts
3838 id : maven-profile-flag
@@ -208,6 +208,11 @@ jobs:
208208 ports :
209209 - 5000:5000
210210 steps :
211+ - name : Get latest release version
212+ shell : bash
213+ run : |
214+ export git_version_last="$(curl -i -o - --silent https://api.github.com/repos/OpenIdentityPlatform/OpenAM/releases/latest | grep -m1 "\"name\"" | cut -d\" -f4)" ; echo "last release: $git_version_last"
215+ echo "release_version=$git_version_last" >> $GITHUB_ENV
211216 - name : Download OpenAM war File
212217 uses : actions/download-artifact@v4
213218 with :
You can’t perform that action at this time.
0 commit comments