From 629348190f5a155f73636feecb7bdf208d2dd156 Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Mon, 13 Apr 2026 17:25:54 +0700 Subject: [PATCH] Run PDF tests in CI Signed-off-by: Artem Savchenko --- .github/workflows/main.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c1a2fbffa..06b2231efe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -521,6 +521,11 @@ jobs: run: | cd ./qms-tests/sanity node ../../common/scripts/install-run-rushx.js uitest + - name: Run PDF UI tests + run: | + cd ./qms-tests/sanity + if [ -d playwright-report ]; then mv playwright-report playwright-report-uitest; fi + node ../../common/scripts/install-run-rushx.js uitest-pdf - name: 'Store docker logs' if: always() run: | @@ -533,7 +538,10 @@ jobs: uses: actions/upload-artifact@v6 with: name: playwright-results-qms - path: ./qms-tests/sanity/playwright-report/ + if-no-files-found: warn + path: | + ./qms-tests/sanity/playwright-report/ + ./qms-tests/sanity/playwright-report-uitest/ - name: Upload Logs if: always() uses: actions/upload-artifact@v6