diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7f7169fd2f..49c47e5251 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,10 +15,8 @@ jobs: node-version: 18 - name: Install dependencies run: npm ci - - name: Install packages - - run: npm install - - name: Deploy node - - run: npm run go + - name: Deploy Application + run: npm run go - name: Install Playwright Browsers run: npx playwright install --with-deps working-directory: tests