We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb637d commit e9c5455Copy full SHA for e9c5455
.github/workflows/examples.yml
@@ -175,4 +175,7 @@ jobs:
175
cmake -DCMAKE_PREFIX_PATH=/usr/local/share/geant4/install/4.11.2/ -Bbuild examples/Geant4/FixedTarget/
176
cmake --build build
177
- name: Run Example
178
- run: python examples/Geant4/geant4_simvue.py build/MaterialTesting --ci --events 10
+ run: |
179
+ export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
180
+ export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}
181
+ python examples/Geant4/geant4_simvue.py build/MaterialTesting --ci --events 10
0 commit comments