Skip to content

Commit

Permalink
GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 29, 2023
1 parent d6f65e0 commit d6d4e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:

- name: Install NuclearBoy
run: |
./install-nuclear-boy.sh -d ~/ \
./install-nuclear-boy.sh -d ${GITHUB_WORKSPACE} \
-e nuclear-boy \
-g ~/nuclear-boy/G4Data \
-c ~/nuclear-boy/CrossSection
-g ${GITHUB_WORKSPACE}/nuclear-boy/G4Data \
-c ${GITHUB_WORKSPACE}/nuclear-boy/CrossSection
- name: Run tests
run: |
Expand Down

0 comments on commit d6d4e9f

Please sign in to comment.