Skip to content

Commit

Permalink
upload astra scan results to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Oct 16, 2024
1 parent 5c4a359 commit a8742cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
name: code-coverage
path: ${{ github.workspace }}/e2e/coverage

- name: Upload Astra scan results
uses: actions/upload-artifact@v4
with:
name: astra-scan-results
path: ${{ github.workspace }}/e2e/cypress/fixtures/state/scanResult.json

- name: Instrument the code for coverage analysis
run: |
# Rewrite the paths as the coverage starts with '../app'!
Expand Down

0 comments on commit a8742cc

Please sign in to comment.