Commit 4fa068c 1 parent 841bf48 commit 4fa068c Copy full SHA for 4fa068c
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
./spartan/scripts/setup_local_k8s.sh
78
78
cd yarn-project/end-to-end
79
79
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
81
81
82
82
proving-test :
83
83
needs : build
@@ -104,7 +104,7 @@ jobs:
104
104
./spartan/scripts/setup_local_k8s.sh
105
105
cd yarn-project/end-to-end
106
106
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
108
108
109
109
success-check :
110
110
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments