diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml deleted file mode 100644 index e11aae3..0000000 --- a/.github/workflows/playwright.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Playwright Tests -on: - page_build -jobs: - playwright: - name: 'Playwright Tests' - runs-on: ubuntu-latest - container: - image: mcr.microsoft.com/playwright:v1.40.0-jammy - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - - name: Install dependencies - run: npm ci - - name: Run your tests - run: npx playwright test --project chromium - env: - HOME: /root \ No newline at end of file