From b3dfd03c56158a40c8de6d58830f363298ea84f5 Mon Sep 17 00:00:00 2001 From: Egor Mostovoy Date: Mon, 29 Jul 2024 13:02:16 +0200 Subject: [PATCH] test: playwright test add docker ci/cd (#960) --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a6402a74f..04db9c426 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -7,6 +7,8 @@ jobs: test: name: Test component runs-on: ubuntu-latest + container: + image: mcr.microsoft.com/playwright:v1.38.1-jammy steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -14,8 +16,6 @@ jobs: node-version: 18 - name: Install dependencies run: npm ci - - name: Install Playwright Browsers - run: npx playwright install --with-deps - name: Run Playwright tests run: npm run playwright env: