We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e75809 commit 556a3bcCopy full SHA for 556a3bc
.github/workflows/ci.yml
@@ -121,10 +121,12 @@ jobs:
121
uses: "actions/checkout@v2"
122
- name: "Setup environment"
123
uses: "networktocode/gh-action-setup-poetry-environment@v1"
124
- - name: "Build Container"
125
- run: "poetry run invoke build"
+ # - name: "Build Container"
+ # run: "poetry run invoke build"
126
+ - name: "Run poetry Install"
127
+ run: "poetry install"
128
- name: "Run Tests"
- run: "poetry run invoke pytest"
129
+ run: "poetry run invoke pytest --local"
130
needs:
131
- "pylint"
132
publish_gh:
0 commit comments