Removed building core and update building lite
Change-Id: I7e192b21cc9aef7dd5705e19d454b4e7b2b231db
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index 7fd2b30..e8ecc93 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -40,11 +40,8 @@
- name: Build and install Koral
run: mvn --file Koral/pom.xml install
- - name: Build and install Kustvakt core
- run: mvn --file Kustvakt/core/pom.xml install
-
- name: Build and package Kustvakt lite
- run: mvn --file Kustvakt/lite/pom.xml package
+ run: mvn --file Kustvakt/full/pom.xml package -P lite
- name: Build and package Kustvakt full
- run: mvn --file Kustvakt/full/pom.xml package
+ run: mvn --file Kustvakt/full/pom.xml package -DskipTests=true