Run PDF tests in CI

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artem Savchenko
2026-04-13 17:25:54 +07:00
parent 27667582dd
commit 629348190f
+9 -1
View File
@@ -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