Skip to content

Commit

Permalink
Merge pull request #1094 from nextcloud/backport/1092/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 15, 2021
2 parents de7dc31 + f53d7a1 commit 6afe00d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,13 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}

summary:
runs-on: ubuntu-latest
needs: cypress

if: always()

steps:
- name: Summary status
run: if ${{ needs.cypress.result != 'success' && needs.cypress.result != 'skipped' }}; then exit 1; fi

0 comments on commit 6afe00d

Please sign in to comment.