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 9b32da7 commit 6e569a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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"
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"
run: "BROWSER_RESTART=${{ browser-restart }} ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug"
- 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==${{ matrix.browser-restart }} tests
run: BROWSER_RESTART=${{ matrix.browser-restart }} ./bin/codecept.js run -c test/acceptance/codecept.Playwright.js --grep @Playwright --debug

0 comments on commit 6e569a0

Please sign in to comment.