Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
palp authored Aug 10, 2023
2 parents 53443d8 + a7b4992 commit db55fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_testing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: run unit tests

on: [push, workflow_dispatch]
on: [push, workflow_dispatch, pull_request]

jobs:
test:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
pip install .[dev,anim]
- name: Test with pytest
run: |
pytest -s --ignore=src/stability_sdk/interfaces
pytest -s --ignore=src/stability_sdk/interfaces

0 comments on commit db55fc1

Please sign in to comment.