From 00e8729983a45ea93271fb8f46ca15be1e4b3538 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Tue, 13 Aug 2024 16:25:52 +0200 Subject: [PATCH] fix: Rename file not have text --- .github/workflows/preload-varnish-cache.yml | 2 +- e2e/{varnish-cache-preload.spec.ts => varnish-cache-preload.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename e2e/{varnish-cache-preload.spec.ts => varnish-cache-preload.ts} (100%) diff --git a/.github/workflows/preload-varnish-cache.yml b/.github/workflows/preload-varnish-cache.yml index 65e7c65a6..d0880d10f 100644 --- a/.github/workflows/preload-varnish-cache.yml +++ b/.github/workflows/preload-varnish-cache.yml @@ -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 diff --git a/e2e/varnish-cache-preload.spec.ts b/e2e/varnish-cache-preload.ts similarity index 100% rename from e2e/varnish-cache-preload.spec.ts rename to e2e/varnish-cache-preload.ts