Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 14, 2024
1 parent 313e7c5 commit fadad3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fadad3b

Please sign in to comment.