Skip to content

Commit

Permalink
manually specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 6, 2023
1 parent d018e62 commit 9504c81
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/gradle-cache-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ env:
LC_ALL: "en_US.UTF-8"
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

defaults:
run:
shell: bash
working-directory: scripts

jobs:
build-cache-check:
if: github.repository == 'line/armeria'
Expand All @@ -24,13 +19,12 @@ jobs:
distribution: 'temurin'
java-version: '19'

- name: Create the working directory
run: mkdir -p ${{ github.workspace }}/scripts

- name: Download script
working-directory: scripts
run: curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.5/gradle-enterprise-gradle-build-validation-2.5.zip

- name: Unzip script
working-directory: scripts
run: unzip -q -o gradle-enterprise-gradle-build-validation-2.5.zip

- name: Run script
Expand Down

0 comments on commit 9504c81

Please sign in to comment.