Skip to content

Commit

Permalink
enable more pytest in action
Browse files Browse the repository at this point in the history
  • Loading branch information
donghufeng committed Jul 27, 2023
1 parent ae54cb3 commit d0c3b96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ jobs:
!build/tests/**/*.*
- name: Test tests/st
shell: bash
run: |
pwd
source venv/bin/activate
Expand Down Expand Up @@ -528,6 +529,7 @@ jobs:
!build/tests/**/*.*
- name: Test tests/st
shell: bash
run: |
pwd
source venv/bin/activate
Expand Down Expand Up @@ -1025,6 +1027,7 @@ jobs:
run: ./build_locally.sh --install

- name: Test tests/st
shell: bash
run: |
pwd
source venv/bin/activate
Expand Down

0 comments on commit d0c3b96

Please sign in to comment.