File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ jobs:
9494
9595 - name : Run test vm with qsfs
9696 id : vmqsfs
97- if : always()
97+ if : false
9898 continue-on-error : true
9999 run : |
100100 yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/vm_with_qsfs.ts
101101
102102 - name : Run test kubernetes with qsfs
103103 id : k8sqsfs
104- if : always()
104+ if : false
105105 continue-on-error : true
106106 run : |
107107 yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/orchestrators/kubernetes_with_qsfs.ts
@@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Run test zdb
116116 id : zdb
117- if : always()
117+ if : false
118118 continue-on-error : true
119119 run : |
120120 yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/zdb.ts
You can’t perform that action at this time.
0 commit comments