Skip to content

Commit

Permalink
ci: run playwright tests on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Feb 4, 2025
1 parent 38d7102 commit 7547eb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/playwright-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Playwright Tests

on:
pull_request:

jobs:
test:
uses: qua-platform/qualibrate-app/.github/workflows/reusable-playwright-tests.yaml@main
with:
qualibrate-runner-ref: ${{ github.head_ref }}

0 comments on commit 7547eb4

Please sign in to comment.