Skip to content

Commit

Permalink
Update CI test, set fixed Koral and Krill version
Browse files Browse the repository at this point in the history
Change-Id: I03b6aa36bc65b2de91fbce0e2c1a15dc68b473b7
  • Loading branch information
margaretha committed Jan 23, 2024
1 parent 09a9a58 commit 3aecd59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<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>
<koral.version>[0.41,)</koral.version>
<krill.version>0.61.3</krill.version>
<koral.version>0.41</koral.version>
</properties>
<profiles>
<profile>
Expand Down

0 comments on commit 3aecd59

Please sign in to comment.