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 30, 2023
1 parent 94c45b3 commit 93fe6fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
root-reserve-mb: 512
swap-size-mb: 1024
build-mount-path: ~/
remove-dotnet: 'true'
remove-android: 'true'
remove-docker-images: 'true'
Expand All @@ -38,17 +37,18 @@ 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
- name: Available disk space
run: df -h
-g ${GITHUB_WORKSPACE}/nuclear-boy/G4Data \
-c ${GITHUB_WORKSPACE}/nuclear-boy/CrossSection
- name: Available storage
run: |
df -h
- name: Run tests
run: |
source ~/nuclear-boy/nuclear-boy
source ${GITHUB_WORKSPACE}/nuclear-boy/nuclear-boy
nuclear-boy activate
python -m pip install pytest
python -m pytest -ra tests

0 comments on commit 93fe6fa

Please sign in to comment.