File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
src/__tests__/browserSuites Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5757 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5858
5959 - name : Store assets
60- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/handle-segmentchanges-timeout ' || github.ref == 'refs/heads/main') }}
60+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/main') }}
6161 uses : actions/upload-artifact@v5
6262 with :
6363 name : assets
6868 name : Upload assets
6969 runs-on : ubuntu-latest
7070 needs : build
71- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/handle-segmentchanges-timeout ' }}
71+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
7272 strategy :
7373 matrix :
7474 environment :
Original file line number Diff line number Diff line change 102102 "test-node" : " npm run test-node-unit && npm run test-node-e2e" ,
103103 "test-node-unit" : " cross-env NODE_ENV=test tape -r ./ts-node.register \" src/*/**/__tests__/**/!(browser).spec.js\" | tap-min" ,
104104 "test-node-e2e" : " npm run test-node-e2e-online && npm run test-node-e2e-offline && npm run test-node-e2e-destroy && npm run test-node-e2e-errorCatching && npm run test-node-e2e-push && npm run test-node-e2e-redis" ,
105- "test-node-e2e-online" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/online/node.spec.js" ,
105+ "test-node-e2e-online" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/online/node.spec.js | tap-min " ,
106106 "test-node-e2e-offline" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/offline/node.spec.js | tap-min" ,
107107 "test-node-e2e-destroy" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/destroy/node.spec.js | tap-min" ,
108108 "test-node-e2e-errorCatching" : " cross-env NODE_ENV=test tape -r ./ts-node.register src/__tests__/errorCatching/node.spec.js | tap-min" ,
Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ export default function (fetchMock, assert) {
147147 type : 'LOCALSTORAGE' ,
148148 prefix : 'readyFromCache_1'
149149 } ,
150- urls : testUrls ,
151- debug : 'WARN'
150+ urls : testUrls
152151 } ) ;
153152 const client = splitio . client ( ) ;
154153 const client2 = splitio . client ( 'nicolas2@split.io' ) ;
You can’t perform that action at this time.
0 commit comments