Skip to content

Commit

Permalink
chore(ci): test after venv activate
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 17, 2024
1 parent c635405 commit f486d85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
run: make venv
- name: Install
run: make deps
- name: Activate virtual env
- name: Activate virtual env & test
run: |
source .venv/bin/activate
- name: Test
run: make test
make test
# - name: Test
# run: make test
- name: Publish pacts
run: GIT_BRANCH=${GIT_REF:11} make publish_pacts

Expand Down

0 comments on commit f486d85

Please sign in to comment.