1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

fix smoke_test job

This commit is contained in:
Martin McKeaveney 2022-05-19 23:42:05 +01:00
parent 3266761e48
commit 1885916704

View file

@ -41,10 +41,10 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Test Reports
path: packages/cypress/reports/mocha
path: packages/builder/cypress/reports/mocha
- name: Cypress Discord Notify
run: yarn test:e2e:ci:notify
run: yarn test:e2e:ci:report
env:
CYPRESS_WEBHOOK_URL: ${{ secrets.BUDI_QA_WEBHOOK }}
CYPRESS_OUTCOME: ${{ steps.cypress.outcome }}