test pipeline

This commit is contained in:
2024-08-30 08:46:03 +10:00
parent 2390bb3fb5
commit cce9facef4

View File

@@ -61,6 +61,13 @@ jobs:
mvn -B package \
-P homelab \
--settings=${{ github.workspace }}/.mvn/settings.xml
- name: Display directories
run: |
pwd
ls
ls ./ec-config-server
ls ./ec-config-server/target
ls ./ec-config-server/script
- name: Prepare
run: |
platform=${{ matrix.platform }}