Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Feb 4, 2025
1 parent 56dbf13 commit fad33fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Test
shell: bash
env:
HOME: $ESI_DIR
run: |
opticks-full-prepare
QCurandState_SPEC=3:0:0 /usr/local/opticks/lib/QCurandStateTest
ls -la $HOME/
ls -la $HOME/.opticks/
mkdir -p $HOME/.opticks/GEOM
cp tests/GEOM.sh $HOME/.opticks/GEOM/
ctest --test-dir $OPTICKS_PREFIX/build/okconf
ctest --test-dir $OPTICKS_PREFIX/build/sysrap -E STTFTest
ctest --test-dir $OPTICKS_PREFIX/build/ana
Expand Down
4 changes: 4 additions & 0 deletions tests/GEOM.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# THIS SCRIPT DOES ONE THING ONLY : IT EXPORTS GEOM
geom=RaindropRockAirWater
export GEOM=$geom

0 comments on commit fad33fe

Please sign in to comment.