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 b1f018d commit f7cfc29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/heat_transfer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
cd tests/heat
chown -R dealii .
- name: run test
run: export WORK_DIR=$(pwd) && su -c -p "cd $WORK_DIR && ./run_tests.sh" dealii
run: |
sudo -u dealii ./run_tests.sh

0 comments on commit f7cfc29

Please sign in to comment.