Skip to content

Commit

Permalink
Merge pull request #1200 from vektor-inc/change/disable-playwright
Browse files Browse the repository at this point in the history
Playwright テスト無効化
  • Loading branch information
kurudrive authored Nov 20, 2024
2 parents 4833173 + 1d3663d commit 8ef26b3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,3 @@ jobs:
run: ./node_modules/@wordpress/env/bin/wp-env run --env-cwd='wp-content/themes/lightning' tests-cli vendor/bin/phpunit -c phpunit.g2.xml --testdox
- name: php unit test G3
run: ./node_modules/@wordpress/env/bin/wp-env run --env-cwd='wp-content/themes/lightning' tests-cli vendor/bin/phpunit -c phpunit.g3.xml --testdox
- name: Install dependencies ////////////////////////
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test --trace on --project=chromium
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 8ef26b3

Please sign in to comment.