Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 8, 2023
1 parent 07bffd9 commit de6020d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/docker_tools/run_reg_test.sh
@@ -1,3 +1,5 @@
git config --global --add safe.directory /swmm
cd swmm
python3 -m venv venv
source venv/bin/activate
pip install aenum nrtest swmm-toolkit nrtest-swmm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Build for reg test
run: >
chmod +x ./.github/docker_tools/run_reg_test.sh &&
docker exec cross /bin/bash -c "cd /swmm && ./.github/docker_tools/run_reg_test.sh"
docker exec cross /bin/bash -c "/swmm/.github/docker_tools/run_reg_test.sh"
- name: Upload artifacts
if: ${{ always() }}
Expand Down

0 comments on commit de6020d

Please sign in to comment.