Skip to content

Commit

Permalink
Unit testing workflow #204, #162, #163, #184, #180, #165, #31
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb <calebgh@gmail.com>
  • Loading branch information
cbuahin committed Mar 3, 2025
1 parent e45f1cb commit 873f2cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
python_binding_unit_test:
name: Build and Unit Test and Python Bindings
needs: engine_unit_test
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-13, macos-latest]
Expand Down Expand Up @@ -215,8 +216,8 @@ jobs:
shell: ${{ matrix.shell }}

steps:
- name: Checkout SWMM Repo
uses: actions/checkout@v4
# - name: Checkout SWMM Repo
# uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 873f2cf

Please sign in to comment.