Skip to content

Commit

Permalink
ci: add summary test
Browse files Browse the repository at this point in the history
This is required for required checks
  • Loading branch information
alaviss committed Jan 31, 2024
1 parent 3a6b4f0 commit 2b6ddc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,12 @@ jobs:
- name: Deploy page
id: deployment
uses: actions/[email protected]

passed:
needs: build
if: failure() || cancelled()
name: All tests passed

runs-on: ubuntu-latest
steps:
- run: exit 1

0 comments on commit 2b6ddc2

Please sign in to comment.