Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefdamokos committed Jan 17, 2025
1 parent 1fcf1c4 commit fd96575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ jobs:
- name: Run Playwright
working-directory: custom/plugins/${{ github.event.repository.name }}/tests/acceptance
run: npx playwright test --trace=on
- name: Test
run: |
pwd
ls -la
ls -la custom/plugins/${{ github.event.repository.name }}/tests/acceptance/test-results/
ls -la custom/plugins/${{ github.event.repository.name }}/tests/acceptance/playwright-report/
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit fd96575

Please sign in to comment.