Skip to content

Commit

Permalink
Tweak integ test for caching config
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Dec 20, 2023
1 parent b935d2e commit ed195fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache-key-prefix: ${{github.run_number}}-

caching-config:
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
uses: ./.github/workflows/integ-test-caching-config.yml
with:
cache-key-prefix: ${{github.run_number}}-

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

caching-config:
needs: build-distribution
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
uses: ./.github/workflows/integ-test-caching-config.yml
with:
runner-os: '["ubuntu-latest"]'
download-dist: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test action inputs for caching
name: Test caching configuration

on:
workflow_call:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
# Exclude build-cache from main cache entry
gradle-home-cache-excludes: |
caches/build-cache-*
caches/*/executionHistory/**
caches/*/executionHistory
- name: Build using Gradle wrapper
working-directory: .github/workflow-samples/groovy-dsl
run: ./gradlew test
Expand All @@ -65,7 +65,7 @@ jobs:
enterprise
gradle-home-cache-excludes: |
caches/build-cache-*
caches/*/executionHistory/**
caches/*/executionHistory
cache-read-only: true
- name: Execute Gradle build with --offline
working-directory: .github/workflow-samples/groovy-dsl
Expand Down

0 comments on commit ed195fa

Please sign in to comment.