fix smoke_test job

This commit is contained in:
Martin McKeaveney 2022-05-19 23:42:05 +01:00
parent 951521e6aa
commit a042af3c86
1 changed files with 2 additions and 2 deletions

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 }}