Skip to content

Commit

Permalink
fix: Rename file not have text
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Aug 13, 2024
1 parent a4d3f94 commit 00e8729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preload-varnish-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
- name: Run Playwright test to preload Varnish cache
run: ./node_modules/.bin/ts-node e2e/varnish-cache-preload.ts
run: ./node_modules/.bin/ts-node ./e2e/varnish-cache-preload.ts
File renamed without changes.

0 comments on commit 00e8729

Please sign in to comment.