Skip to content

Commit

Permalink
fail fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Dec 5, 2023
1 parent 9159910 commit a302226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: true
fail-fast: false # dokud debugujem joby
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: ['3.12', '3.8'] # na partial nam staci nejnovejsi a nejstarsi verze
Expand Down

0 comments on commit a302226

Please sign in to comment.