Skip to content

Commit

Permalink
Update CI test configuration.
Browse files Browse the repository at this point in the history
Change-Id: I39e1486e4057adda9da083f4ac10934d45ed7aa5
  • Loading branch information
margaretha committed Jan 18, 2024
1 parent 09a9a58 commit b97b9b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,26 @@ 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:
distribution: 'temurin'
java-version: 17

- name: Build and install Krill
Expand All @@ -41,7 +42,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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<jetty.version>11.0.19</jetty.version>
<flyway.version>10.4.1</flyway.version>
<log4j.version>2.22.1</log4j.version>
<krill.version>[0.61.3,)</krill.version>
<krill.version>[0.62,)</krill.version>
<koral.version>[0.41,)</koral.version>
</properties>
<profiles>
Expand Down

0 comments on commit b97b9b7

Please sign in to comment.