This repository was archived by the owner on Apr 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name : tests
33
44on :
5- pull_request :
65 push :
6+ branches : [master]
77 workflow_dispatch :
8- inputs :
8+
99concurrency :
10- group : dashboard -${{ github.ref }}
10+ group : ${{ github.workflow }} -${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
2121
2222 - uses : actions/setup-node@v2
2323 with :
24- node-version : " 12.22.0 "
24+ node-version : " 12.x "
2525 cache : " npm"
2626 - name : Install dependencies
2727 run : npm install
5151 - name : Upload report to test-reports bucket
5252 if : (steps.run-tests.outcome == 'failure' || steps.run-tests.outcome == 'success') && github.ref == 'refs/heads/develop'
5353 run : |
54- gsutil -h "Cache-Control: max-age=0, no-store" cp /tmp/coverage_report gs://${{ secrets.TEST_AUTOMATION_STORAGE_BUCKET }}/${{ github.event.repository.name }}/coverage_report
54+ gsutil -h "Cache-Control: max-age=0, no-store" cp \
55+ /tmp/coverage_report gs://${{ secrets.TEST_AUTOMATION_STORAGE_BUCKET }}/${{ github.event.repository.name }}/coverage_report
5556 gsutil acl set project-private gs://${{ secrets.TEST_AUTOMATION_STORAGE_BUCKET }}/${{ github.event.repository.name }}/coverage_report
5657
5758 - name : Publish test coverage report
Original file line number Diff line number Diff line change 2424 "noEmit" : true ,
2525 "declaration" : true
2626 },
27- "include" : [" ./src/**/*" , " src/vendor/dygraph-c91c859.min.js " ],
27+ "include" : [" ./src/**/*" ],
2828 "exclude" : [" /node_modules/" , " **/*.test.ts" , " **/*.test.tsx" ]
2929}
You can’t perform that action at this time.
0 commit comments