Skip to content

Commit

Permalink
feat(01-building-blocks): change from failed to successful step
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Oct 28, 2023
1 parent fca3ed7 commit 67b6905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/01-building-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
echo-goodbye:
runs-on: ubuntu-latest
steps:
- name: Failed step
- name: Successful step
run: |
echo "I will fail"
exit 1
echo "I will succeed"
exit 0
- name: Say goodbye
run: echo "Goodbye!"

0 comments on commit 67b6905

Please sign in to comment.