From fd965755c7f22ab1f5c9bcc488948e2ed0fc06f9 Mon Sep 17 00:00:00 2001 From: Jozsef Damokos Date: Fri, 17 Jan 2025 11:44:16 +0100 Subject: [PATCH] test --- .github/workflows/integration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index cdf3f901..b6e57163 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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: