Skip to content

Commit

Permalink
ci: see ACTIONS_CACHE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 6, 2024
1 parent 16043d1 commit c53edeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Inspect ACTIONS_CACHE_URL
run: echo "ACTIONS_CACHE_URL is $ACTIONS_CACHE_URL"

- name: Cache
uses: actions/cache@v4
timeout-minutes: 1
Expand Down

0 comments on commit c53edeb

Please sign in to comment.