Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Dec 19, 2024
1 parent b3c0f1f commit 546cfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kelpie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache repository
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build Kelpie-Test:print-modules
working-directory: kelpie-test/print-modules
run: gradle shadowJar
run: ${{ github.workspace }}/gradlew shadowJar

- name: Execute Kelpie-Test:print-modules
working-directory: kelpie-test
Expand Down

0 comments on commit 546cfbb

Please sign in to comment.