Skip to content

Commit

Permalink
Update CI test configuration.
Browse files Browse the repository at this point in the history
Change-Id: Ie7b1e2eb0ec38248bd11ecd100767085e58b94b3
  • Loading branch information
margaretha committed Jan 18, 2024
1 parent 09a9a58 commit 5b3e2bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Kustvakt
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: Kustvakt

- name: Checkout Krill
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: KorAP/Krill
path: Krill

- name: Checkout Koral
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: KorAP/Koral
path: Koral

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17

Expand All @@ -41,7 +41,7 @@ jobs:
run: mvn --file Koral/pom.xml install

- name: Build and package Kustvakt full
run: mvn clean --file Kustvakt/full/pom.xml package
run: mvn clean --file Kustvakt/pom.xml package

- name: Build and package Kustvakt lite
run: mvn clean --file Kustvakt/full/pom.xml package -P lite -DskipTests=true
run: mvn clean --file Kustvakt/pom.xml package -P lite -DskipTests=true

0 comments on commit 5b3e2bb

Please sign in to comment.