Skip to content

Commit

Permalink
try out GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 26, 2024
1 parent 74b9758 commit 9b32da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Playwright common steps
uses: ./.github/commonSteps/playwright.steps.yml

- name: run ${{ matrix.browser }} tests
- name: "run ${{ matrix.browser }} tests"
run: "BROWSER=${{ matrix.browser }} node ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug"
- name: run chromium with restart==${{ browser-restart }} tests
- name: "run chromium with restart==${{ browser-restart }} tests"
run: "BROWSER_RESTART=${{ browser-restart }} ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug"

0 comments on commit 9b32da7

Please sign in to comment.