Another try to keep it running

This commit is contained in:
Rick Ossendrijver
2025-04-04 11:24:09 +02:00
parent 168d19c046
commit 5a4c4feab2

View File

@@ -17,7 +17,6 @@ jobs:
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
runs-on: ubuntu-24.04
continue-on-error: true
strategy:
fail-fast: false
matrix:
@@ -54,6 +53,7 @@ jobs:
- name: Install project to local Maven repository
run: mvn -T1C install -DskipTests -Dverification.skip
- name: Run integration test
continue-on-error: true
run: xvfb-run "./integration-tests/${{ matrix.integration-test }}.sh" "${{ runner.temp }}/artifacts"
- name: Upload artifacts on failure
if: ${{ failure() }}