Skip to content

Commit 9a77a9b

Browse files
authored
Merge pull request datashield#636 from villegar/v6.3.5-dev
Update timeout and update list of command line arguments
2 parents 92817c3 + 8dbeb52 commit 9a77a9b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/dsBaseClient_test_suite.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ name: dsBaseClient tests' suite
1414
on:
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

2019
jobs:
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: |

0 commit comments

Comments
 (0)