File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -110,29 +110,9 @@ jobs:
110110 name : snyk-results
111111 path : snyk-scan_requirements.sarif
112112
113- build :
114- name : build
115- runs-on : ubuntu-latest
116- steps :
117- - uses : actions/checkout@v2
118- - name : Setup python
119- uses : actions/setup-python@v2
120- with :
121- python-version : 3.7
122- - name : Install Tools
123- run : curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
124- - name : Build
125- run : |
126- # shellcheck disable=SC1090
127- source "$HOME/.poetry/env"
128- poetry install
129- poetry build
130-
131113 run-unit-tests :
132114 name : test-unit
133115 runs-on : ubuntu-latest
134- needs :
135- - build
136116 steps :
137117 - uses : actions/checkout@v2
138118 - name : Setup python
@@ -158,8 +138,6 @@ jobs:
158138 test-splunk :
159139 name : test-splunk
160140 runs-on : ubuntu-latest
161- needs :
162- - build
163141 strategy :
164142 matrix :
165143 splunk-version : ["8.0", "8.1", "8.2"]
@@ -245,7 +223,6 @@ jobs:
245223 - review_secrets
246224 - semgrep
247225 - snyk
248- - build
249226 - run-unit-tests
250227 - test-splunk
251228 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments