Skip to content

Commit 172e306

Browse files
committed
Updataed phase 2 test running
1 parent 8b9b87e commit 172e306

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ resources:
4646
- repository: datashield-infrastructureRepo
4747
type: github
4848
endpoint: datashield-testing
49-
name: StuartWheater/datashield-infrastructure
50-
ref: v6.1-dev_dsdanger
49+
name: datashield/datashield-infrastructure
50+
ref: v6.1-dev
5151

5252

5353
#########################################################################################
@@ -335,7 +335,7 @@ jobs:
335335
junit_rep <- JunitReporter$new(file = "test_results_dsdanger.xml");
336336
progress_rep <- ProgressReporter$new(max_failures = 999999);
337337
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
338-
testthat::test_package("$(projectName)", filter = "smk_dgr-",reporter = multi_rep, stop_on_failure = FALSE)
338+
testthat::test_package("$(projectName)", filter = "smk_dgr-|math_dgr-",reporter = multi_rep, stop_on_failure = FALSE)
339339
'"'"'
340340
)
341341
);

0 commit comments

Comments
 (0)