mirror of
https://github.com/PDP-10/its.git
synced 2026-05-05 15:44:10 +00:00
One failing job will not fail the others.
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -11,6 +11,7 @@ jobs:
|
|||||||
environment: Deploy
|
environment: Deploy
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-18.04]
|
||||||
emulator: [simh, klh10, pdp10-ka, pdp10-kl, pdp10-ks]
|
emulator: [simh, klh10, pdp10-ka, pdp10-kl, pdp10-ks]
|
||||||
|
|||||||
Reference in New Issue
Block a user