Skip to content

Commit

Permalink
ci: remove fail testing in the Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 2, 2023
1 parent 40f2b9b commit e746972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
name: Install
path: install
<<<<<<< HEAD

failed-build:
name: Failed Build
Expand Down Expand Up @@ -121,3 +122,5 @@ jobs:
- name: Fails if previous step has succeeded
if: ${{ steps.action.outcome == 'success' }}
run: false
=======
>>>>>>> aa4b31b (ci: remove fail testing in the Test workflow)

0 comments on commit e746972

Please sign in to comment.