Skip to content

Commit cd370aa

Browse files
Add missing fail-fast: false to workflow (#32)
Integration tests are flaky and in-progress jobs should not be cancelled if one fails Match https://github.com/canonical/mysql-router-operators/blob/9e6811626937f7c5a67d90c06245e2a140adecf9/.github/workflows/integration_test_charm.yaml#L86
1 parent f75ece8 commit cd370aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration_test_charms.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
integration-test:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
path:
1718
- kubernetes

0 commit comments

Comments
 (0)