Skip to content

Commit

Permalink
updated cache path for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 5, 2023
1 parent b2a0db0 commit 2cf5439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ./build & Test & Analyze
on: [push, pull_request]

jobs:
./build:
name: Java ./build
build:
name: Java build
strategy:
matrix:
os: [
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 2cf5439

Please sign in to comment.