Skip to content

Commit

Permalink
(chores) build: use a different target for the alternative OS build
Browse files Browse the repository at this point in the history
The code is not running any tests, so install should be enough
  • Loading branch information
orpiske committed Mar 5, 2024
1 parent 6d443cf commit d30e9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alternative-os-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: mvn sourcecheck ${{ matrix.os }}
run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly verify
- name: mvn build ${{ matrix.os }}
run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly install
- name: Archive logs ${{ matrix.os }}
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit d30e9ee

Please sign in to comment.