Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Sep 3, 2024
1 parent 0dfcda6 commit 693fda4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/heat_transfer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
cd tests
chown -R dealii .
cd heat
echo "WORK_DIR=$(pwd)" >> $GITHUB_ENV
- name: run test
run: |
sudo -u dealii ./run_tests.sh
cd $WORK_DIR && sudo -u dealii ./run_tests.sh
env:
WORK_DIR: ${{ env.WORK_DIR }}

0 comments on commit 693fda4

Please sign in to comment.