Skip to content

Commit

Permalink
feat(objectionary#488): add 'long' profile to the testin github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 4, 2024
1 parent ca1ead0 commit 31d41e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Tests
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 20]
os: [ ubuntu-20.04, windows-2022, macos-12 ]
java: [ 11, 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -27,4 +27,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install -Pqulice --errors --batch-mode
- run: mvn clean install -Pqulice,long --errors --batch-mode

0 comments on commit 31d41e3

Please sign in to comment.