Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat playwright action #6

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
retry 4
  • Loading branch information
Gerai2963 committed Nov 3, 2021
commit 86bb563266a71b69e7683a79da3d6a1b9ccbd569
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16.3.0'
- uses: sohill-patel/playwright-playground@main
- uses: sohill-patel/playwright-playground@trigger-action
- name: Install operating system dependencies
run: npm install
- name: Run your tests
Expand Down