Skip to content

Commit

Permalink
Force building everything on integration tests to work around gib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 19, 2025
1 parent 5d094fa commit 261b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
CAPTURE_BUILD_SCAN: true
run: |
if [[ "${{ matrix.java.category }}" == *"Integration"* ]]; then
PL=$JVM_TEST_INTEGRATION_TESTS_SELECTOR
PL=$JVM_TEST_INTEGRATION_TESTS_SELECTOR -Dgib.buildAll=true
else
PL=$JVM_TEST_NORMAL_TESTS_SELECTOR
fi
Expand Down

0 comments on commit 261b66d

Please sign in to comment.