Skip to content

Commit

Permalink
[ACS-9154] added artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Jan 24, 2025
1 parent efcf2a2 commit d74999a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/run-e2e-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ runs:
echo "Running playwright tests with options ${{ inputs.options }}"
npx nx run ${{ inputs.options }}-e2e:e2e
- name: Upload E2Es results
if: always()
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: |
test-results/

0 comments on commit d74999a

Please sign in to comment.