Skip to content

Commit

Permalink
Remove GA caching
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Feb 11, 2025
1 parent c6270d3 commit 17976b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
# happen in practice.
run: docker run -d -p 3306:3306 --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=1 mysql:5.7 --sql-mode=""

- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

- name: Test
run: gradle build check -i --parallel --build-cache

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/Publish-Website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV

- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

- name: Prep mkdocs
run: .github/workflows/prepare_mkdocs.sh

Expand Down

0 comments on commit 17976b5

Please sign in to comment.