git ssb

1+

Daan Patchwork / patchwork



Commit 38ccab9d753ebe2ba536e6d345ed99b8441fdc55

Fail CI on first fail (as is default)

I had disabled this to figure out which platforms & versions are failing.
Now that that's done, no need to waste more cycles on that.
Daan Wynen committed on 1/28/2021, 9:37:36 PM
Parent: 5aa909816d03f8bc4d6c307e5ccfbbd11b40b67e

Files changed

.github/workflows/main.ymlchanged
.github/workflows/main.ymlView
@@ -10,9 +10,9 @@
1010 build:
1111 runs-on: ${{ matrix.os }}
1212
1313 strategy:
14- fail-fast: false
14 + fail-fast: true
1515 matrix:
1616 os: [macos-latest, windows-latest, ubuntu-latest]
1717 node-version: [10.x, 12.x, 14.x]
1818

Built with git-ssb-web