Skip to content

Commit 556a3bc

Browse files
committed
Run pytest outside of docker
1 parent 8e75809 commit 556a3bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ jobs:
121121
uses: "actions/checkout@v2"
122122
- name: "Setup environment"
123123
uses: "networktocode/gh-action-setup-poetry-environment@v1"
124-
- name: "Build Container"
125-
run: "poetry run invoke build"
124+
# - name: "Build Container"
125+
# run: "poetry run invoke build"
126+
- name: "Run poetry Install"
127+
run: "poetry install"
126128
- name: "Run Tests"
127-
run: "poetry run invoke pytest"
129+
run: "poetry run invoke pytest --local"
128130
needs:
129131
- "pylint"
130132
publish_gh:

0 commit comments

Comments
 (0)