Commit 4a999db
committed
Custom shells for tests
I found out that GitHub actions uses the fast-fail
behaviour. So that means that it's not advancing past
the first line of script that fails. So, all my failure
handling logic is ineffective and not being executed.
This should fix that by disabling fast-fail on these two steps.1 parent 9875ab3 commit 4a999db
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments