From 7547eb4edec152a4206c1b08c99e3e3d7adde899 Mon Sep 17 00:00:00 2001 From: Maxim V4S Date: Tue, 4 Feb 2025 17:06:32 +0300 Subject: [PATCH] ci: run playwright tests on pull request --- .github/workflows/playwright-tests.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/playwright-tests.yaml diff --git a/.github/workflows/playwright-tests.yaml b/.github/workflows/playwright-tests.yaml new file mode 100644 index 0000000..db0245b --- /dev/null +++ b/.github/workflows/playwright-tests.yaml @@ -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 }} \ No newline at end of file