Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 22, 2024
1 parent 8c2ba30 commit 0bb2b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/condatest_essdgprivproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
set -eux
geant4-config --version
cd src_testproject
sb -t --testexcerpts=100 --requirepkg=DgcodeRecommended,G4GeoBifrost
sb -t --testexcerpts=100 --requirepkg=DGCodeRecommended,G4GeoBifrost
- name: Setup tmate session for manual debugging
uses: mxschmitt/action-tmate@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/condatest_essncrystaldev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
THEACCESSTOKEN: ${{ secrets.ACCESS_TOKEN_NCRYSTALDEV }}
run: |
set -eux
git clone --depth=1 'https://usernamedoesnotmatter:'"${THEACCESSTOKEN}"'@git.esss.dk/dgcode/ncrystaldev.git' ./src_testproject
git clone --depth=1 'https://usernamedoesnotmatter:'"${THEACCESSTOKEN}"'@git.esss.dk/ncrystal/ncrystaldev.git' ./src_testproject
- name: Setup conda environment
uses: ./src_co/.github/actions/setup
Expand All @@ -66,8 +66,8 @@ jobs:
set -eux
geant4-config --version
cd src_testproject
sb -t --testexcerpts=100 --testfilter='!sb_nclong*' --requirepkg=DgcodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal
sb -t --testexcerpts=100 --testfilter='sb_nclong*' --requirepkg=DgcodeRecommended,NCLongTests,NCLongG4Tests,NCLongExtraTests
sb -t --testexcerpts=100 --testfilter='!sb_nclong*' --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal
sb -t --testexcerpts=100 --testfilter='sb_nclong*' --requirepkg=DGCodeRecommended,NCLongTests,NCLongG4Tests,NCLongExtraTests
- name: Setup tmate session for manual debugging
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 0bb2b04

Please sign in to comment.