From 2cf5439494129b18883386037b73154e9aa92a6e Mon Sep 17 00:00:00 2001 From: Ennio Visconti Date: Wed, 5 Jul 2023 13:54:00 +0200 Subject: [PATCH] updated cache path for github actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b981af6..91206bbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,8 @@ name: ./build & Test & Analyze on: [push, pull_request] jobs: - ./build: - name: Java ./build + build: + name: Java build strategy: matrix: os: [ @@ -35,7 +35,7 @@ jobs: # Tests running and static code analysis test: name: Run Tests - needs: ./build + needs: build strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest]