Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Sep 29, 2023
1 parent 17e1d3a commit 6592a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/amrex-bittree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
sudo apt-get install -y python-is-python3
sudo apt-get install git-all
- name: Install Jobrunner
run: |
python3 setup.py develop --user
export PATH=$PATH:$HOME/.local/bin
- name: Clone External Repo
run: |
gh repo clone Lab-Notebooks/AMReX-Bittree-Performance
- name: Setup Bittree
run: |
cd AMReX-Bittree-Performance
./configure --help
4 changes: 2 additions & 2 deletions .github/workflows/simple-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
export PATH=$PATH:$HOME/.local/bin
- name: Run Tests
run: |
cd tests/simple-project
cd tests/SimpleProject
jobrunner setup JobObject
jobrunner submit JobObject
- name: Verify Output
run: |
cd tests/simple-project/JobObject
cd tests/SimpleProject/JobObject
diff job.setup setupSolution.sh
diff job.submit submitSolution.sh
diff job.output submitOutput.txt

0 comments on commit 6592a6d

Please sign in to comment.