Skip to content

Commit d83c5aa

Browse files
committed
temporary skip tests
1 parent 0620def commit d83c5aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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:

0 commit comments

Comments
 (0)