Skip to content

Commit

Permalink
Merge pull request #41 from addhyanmalhotra/main
Browse files Browse the repository at this point in the history
Run all tests for Session 0, regardless of failures
  • Loading branch information
abhishekkumar2718 authored Jan 7, 2021
2 parents c81a16f + 6b9a831 commit 720e4ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/session_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
working-directory: session_0
run: ruby fizz_buzz_test.rb

- name: Test Word Processing
- name: Test Word Processing
if: ${{ always() }}
working-directory: session_0
run: ruby word_processing_test.rb

- name: Test Item
if: ${{ always() }}
working-directory: session_0
run: ruby item_test.rb

0 comments on commit 720e4ec

Please sign in to comment.