Skip to content

Commit

Permalink
Add test for updating nodes in wfb payload
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Oct 8, 2024
1 parent ea64a67 commit 2f1c5af
Show file tree
Hide file tree
Showing 4 changed files with 1,666 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ jobs:
# NOTE: Do NOT add coverage to PYPY CI runs https://github.com/tox-dev/tox/issues/2252
run: cd workflow-inference-compiler/ && pytest tests/test_ict_to_clt_conversion.py -k test_ict_to_clt

- name: PyTest Run update wfb payload Tests
if: always()
# NOTE: Do NOT add coverage to PYPY CI runs https://github.com/tox-dev/tox/issues/2252
run: cd workflow-inference-compiler/ && pytest tests/test_fix_payload.py -k test_fix

# NOTE: The steps below are for repository_dispatch only. For all other steps, please insert above
# this comment.

Expand Down
Loading

0 comments on commit 2f1c5af

Please sign in to comment.