2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

debug: workflow

This commit is contained in:
wolflu05
2024-09-18 14:00:50 +02:00
parent ce3dd4ae26
commit 2051bafceb

View File

@ -532,13 +532,13 @@ jobs:
run: invoke int.frontend-compile run: invoke int.frontend-compile
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: cd src/frontend && npx playwright install --with-deps run: cd src/frontend && npx playwright install --with-deps
- name: Run Playwright tests
id: tests
run: cd src/frontend && npx nyc playwright test -g "PUI - Report Editing"
- name: Setup tmate session - name: Setup tmate session
uses: mxschmitt/action-tmate@v3 uses: mxschmitt/action-tmate@v3
with: with:
limit-access-to-actor: true limit-access-to-actor: true
- name: Run Playwright tests
id: tests
run: cd src/frontend && npx nyc playwright test -g "PUI - Report Editing"
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4 - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4
if: ${{ !cancelled() && steps.tests.outcome == 'failure' }} if: ${{ !cancelled() && steps.tests.outcome == 'failure' }}
with: with: