Skip to content

Commit

Permalink
Fixed YML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadDarw committed Jan 25, 2024
1 parent 28ce836 commit c8ce92a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,13 @@ jobs:
mkdir mochareports
npm run generate:html:report
- name: Upload report
if: always()
uses: actions/upload-artifact@v3
with:
name: reports-${{ needs.set-env.outputs.environment }}
path: Dfe.PrepareConversions/Dfe.PrepareConversions.CypressTests/mochareports
- name: Upload report
if: always()
uses: actions/upload-artifact@v3
with:
name: reports-${{ needs.set-env.outputs.environment }}
path: Dfe.PrepareConversions/Dfe.PrepareConversions.CypressTests/mochareports


- name: Report results
if: always()
run: npm run cy:notify -- --custom-text="Environment ${{ needs.set-env.outputs.environment }}, See more information https://github.com/DFE-Digital/prepare-academy-conversions/actions/runs/${{github.run_id}}"
Expand Down

0 comments on commit c8ce92a

Please sign in to comment.