File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ name: dsBaseClient tests' suite
1414on :
1515 push :
1616 schedule :
17- - cron : ' 0 0 * * 0' # Weekly
18- - cron : ' 0 1 * * *' # Nightly
17+ - cron : ' 0 0 * * 6' # Weekly (on Saturdays @ 0.00)
1918
2019jobs :
2120 dsBaseClient_test_suite :
2221 runs-on : ubuntu-latest
23- timeout-minutes : 120
22+ timeout-minutes : 180
2423 permissions :
2524 contents : read
2625
@@ -189,12 +188,16 @@ jobs:
189188 echo "branch:${{ env.BRANCH_NAME }}" > ${{ env.WORKFLOW_ID }}.txt
190189 echo "os:$(lsb_release -ds)" >> ${{ env.WORKFLOW_ID }}.txt
191190 echo "R:$(R --version | head -n1)" >> ${{ env.WORKFLOW_ID }}.txt
191+ Rscript --vanilla -e 'sessionInfo()' >> session_info_${{ env.WORKFLOW_ID }}.txt
192192 working-directory : dsBaseClient/logs
193193
194194 - name : Parse results from testthat and covr
195195 run : |
196- Rscript --verbose --vanilla ../testStatus/source/parse_test_report.R logs/
197- working-directory : dsBaseClient
196+ Rscript --verbose --vanilla ../testStatus/source/parse_test_report.R logs/ logs/ https://github.com/datashield/${{ env.PROJECT_NAME }}/blob/${{ env.BRANCH_NAME }} '([^:]+)' '(?<=::)[^:]+(?=::)'
197+ working-directory : dsBaseClient
198+ env :
199+ PROJECT_NAME : ${{ env.PROJECT_NAME }}
200+ BRANCH_NAME : ${{ env.BRANCH_NAME }}
198201
199202 - name : Render report
200203 run : |
You can’t perform that action at this time.
0 commit comments