Skip to content

Commit

Permalink
test-global-search
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Nov 22, 2024
1 parent cea5696 commit 28dc988
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ jobs:
cache-local-path: ~/uv-cache/cache-dependency-glob
cache-dependency-glob: "~/uv-cache.glob"

test-global-search:
runs-on: selfhosted-ubuntu-arm64
steps:
- uses: actions/checkout@v4
- name: Setup with cache
uses: ./
with:
enable-cache: true
cache-dependency-glob: "**/*.txt"

cleanup-tilde-expansion-tests:
needs:
- test-tilde-expansion-cache-local-path
Expand Down

0 comments on commit 28dc988

Please sign in to comment.