From 3688572690664b9aa50f30306fe2ee3b1d0145f1 Mon Sep 17 00:00:00 2001 From: James Napier Date: Mon, 11 Dec 2023 22:54:35 +1300 Subject: [PATCH] workflow for testing deployment --- .github/workflows/run-app-end-to-end-deployed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-app-end-to-end-deployed.yml b/.github/workflows/run-app-end-to-end-deployed.yml index dfe7b65..6a7be2b 100644 --- a/.github/workflows/run-app-end-to-end-deployed.yml +++ b/.github/workflows/run-app-end-to-end-deployed.yml @@ -12,7 +12,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci + run: pnpm install --frozen-lockfile - name: Install Playwright run: npx playwright install --with-deps - name: Run Playwright tests