Skip to content

Commit 4fa068c

Browse files
authored
chore: enable nightly tests (#10542)
This PR allows the nightly tests to fail the whole workflow instead of silently failing.
1 parent 841bf48 commit 4fa068c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-kind-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
./spartan/scripts/setup_local_k8s.sh
7878
cd yarn-project/end-to-end
7979
export FORCE_COLOR=1
80-
NAMESPACE=${{ matrix.test }} FRESH_INSTALL=true CLEANUP_CLUSTER=true VALUES_FILE="16-validators.yaml" ./scripts/network_test.sh ./src/spartan/${{ matrix.test }}.test.ts || true
80+
NAMESPACE=${{ matrix.test }} FRESH_INSTALL=true CLEANUP_CLUSTER=true VALUES_FILE="16-validators.yaml" ./scripts/network_test.sh ./src/spartan/${{ matrix.test }}.test.ts
8181
8282
proving-test:
8383
needs: build
@@ -104,7 +104,7 @@ jobs:
104104
./spartan/scripts/setup_local_k8s.sh
105105
cd yarn-project/end-to-end
106106
export FORCE_COLOR=1
107-
NAMESPACE=proving FRESH_INSTALL=true CLEANUP_CLUSTER=true INSTALL_TIMEOUT=45m VALUES_FILE="1-validator-with-proving.yaml" ./scripts/network_test.sh ./src/spartan/proving.test.ts || true
107+
NAMESPACE=proving FRESH_INSTALL=true CLEANUP_CLUSTER=true INSTALL_TIMEOUT=45m VALUES_FILE="1-validator-with-proving.yaml" ./scripts/network_test.sh ./src/spartan/proving.test.ts
108108
109109
success-check:
110110
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)