Skip to content

Commit

Permalink
disable Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Nov 20, 2024
1 parent 17f9257 commit 025687c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
- 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
# CSS Optimize 0.2.2 より後のバージョンアップしてから再調整
# actions/upload-artifact@v3の直後で改行が必要
# - 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()
# - uses: actions/upload-artifact@v3if: always()
# with:
# name: playwright-report
# path: playwright-report/
Expand Down

0 comments on commit 025687c

Please sign in to comment.