Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Dec 3, 2024
1 parent 8630196 commit ece07b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ jobs:
export TESTPATH=$(find $LIBPATH -type d -name 'PsN_test_[0-9]*')
cd $TESTPATH
prove -r -j8 unit
- name: Debug session
uses: mxschmitt/action-tmate@v3
- name: Run system tests
run: |
export LIBPATH=$(find /usr/local/share/perl/ -type d -name '5.*')
Expand Down
2 changes: 1 addition & 1 deletion test/system/boot_scm.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ copy_test_files($tempdir,["scm/pheno_with_cov.mod","scm/pheno_ignore.mod","scm/c
chdir($tempdir);
my @scmcommands =
(
#get_command('boot_scm') . " -samples=2 config_time_varying.scm -dummy_cov=WGT -stratify_on=APGR ",
get_command('boot_scm') . " -samples=2 config_time_varying.scm -dummy_cov=WGT -stratify_on=APGR ",
get_command('boot_scm') . " -samples=2 scm_config.scm -dummy_cov=WGT ",
get_command('boot_scm') . " -samples=2 config_ignore.scm -stratify_on=CVD2 ",
get_command('boot_scm') . " -samples=2 config_foce.scm -stratify_on=CVD2 -nm_out=ext,cov -methodA",
Expand Down

0 comments on commit ece07b9

Please sign in to comment.