Skip to content

Commit f486d85

Browse files
committed
chore(ci): test after venv activate
1 parent c635405 commit f486d85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
run: make venv
3535
- name: Install
3636
run: make deps
37-
- name: Activate virtual env
37+
- name: Activate virtual env & test
3838
run: |
3939
source .venv/bin/activate
40-
- name: Test
41-
run: make test
40+
make test
41+
# - name: Test
42+
# run: make test
4243
- name: Publish pacts
4344
run: GIT_BRANCH=${GIT_REF:11} make publish_pacts
4445

0 commit comments

Comments
 (0)