some tests

also update fuse because the old version
doesn't work on arm linux
This commit is contained in:
2024-06-23 16:41:19 +02:00
parent 11fd27af9d
commit bc8b2fd9c6
6 changed files with 146 additions and 39 deletions

View File

@@ -31,8 +31,7 @@ jobs:
- name: Build and test with Maven
run: cd server && mvn --batch-mode --update-snapshots verify
- run: mkdir staging && cp server/target/*.jar staging
- uses: actions/upload-artifact@v4
with:
name: Package
path: staging
path: server/target/quarkus-app