Skip to content

Commit

Permalink
prevent tests from failing fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored Jan 13, 2022
1 parent b27b5c8 commit 2285fcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
tests:
runs-on: ubuntu-latest

strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2285fcd

Please sign in to comment.