From 6e9226a21c405117790e995da194a593cded9cd5 Mon Sep 17 00:00:00 2001 From: Jake Wagoner Date: Tue, 6 Feb 2024 13:10:03 -0700 Subject: [PATCH] Update ci --- .github/workflows/playwright2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright2.yml b/.github/workflows/playwright2.yml index a49e9c78..5040710c 100644 --- a/.github/workflows/playwright2.yml +++ b/.github/workflows/playwright2.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests