From fadad3bbaa2a55b6bea833985e83792ce119a4bb Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Sat, 14 Sep 2024 00:57:57 -0300 Subject: [PATCH] .. --- .github/workflows/ci-test-e2e.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index 98e5c916433d..e90848d193b5 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -287,6 +287,11 @@ jobs: yarn prepare yarn test:e2e --shard=${{ matrix.shard }}/${{ inputs.total-shard }} + - name: ASD ASD + if: inputs.type == 'ui' && always() + run: | + ls -l ${{github.workspace}}/apps/meteor/tests/e2e/.playwright + - name: Store playwright test trace if: inputs.type == 'ui' && always() uses: actions/upload-artifact@v4