Skip to content

Commit

Permalink
added playwright workflow (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsuresh-git authored Nov 16, 2023
1 parent fd47bbe commit 8b25f12
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Playwright Tests
on:
workflow_run:
workflows: ["ci"]
types:
- completed
workflow_dispatch:

env:
TERM: xterm
GO_VERSION: 1.19.6
NODE_VERSION: 16.20.2

jobs:
playwright-run:
runs-on: ubuntu-latest
steps:
- name: ci/checkout-repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

0 comments on commit 8b25f12

Please sign in to comment.