Skip to content

Commit

Permalink
Remove full folder from CI workflow
Browse files Browse the repository at this point in the history
Change-Id: Ie2e7bc7f7443b97f95ebfeed7f030331fd735d12
  • Loading branch information
kupietz committed Jan 20, 2024
1 parent 09a9a58 commit 508caeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Build and install Koral
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 508caeb

Please sign in to comment.