From 2ad62de9f71eddb217fdb4fb3fb6eebad937fdf9 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 21 Mar 2023 09:00:01 +0100 Subject: [PATCH] Fix test --- .gitea/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 964180e..0c7d9f2 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -3,7 +3,7 @@ # certain platforms or Java versions, and provides a first line of defence # against bad commits. -name: build +name: on: push: branches: [ master, dev ] @@ -14,7 +14,7 @@ on: jobs: build: strategy: - matrix:- + matrix: java: [ '17' ] # and run on both Linux and Windows os: [ubuntu-latest, windows-2022] @@ -44,4 +44,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Artifacts - path: build/libs/ \ No newline at end of file + path: build/libs/