Skip to content

Commit

Permalink
fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 11, 2023
1 parent fbda2e1 commit 459db1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-arm64.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build for reg test
run: >
chmod +x ./.github/docker_tools/run_regression_tests.sh &&
docker exec cross /bin/bash -c "/swmm/.github/docker_tools/run_reg_test.sh"
docker exec cross /bin/bash -c "/swmm/.github/docker_tools/run_regression_tests.sh"
- name: Upload artifacts
if: ${{ always() }}
Expand Down

0 comments on commit 459db1d

Please sign in to comment.