Skip to content

Commit 2792ad9

Browse files
samiiblhercot
authored andcommitted
[ignore] Fix CI job order
1 parent bf0fb0d commit 2792ad9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ansible-test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
name: Galaxy-importer check
5959
needs:
6060
- build
61+
- black-formating
6162
runs-on: ubuntu-latest
6263
steps:
6364
- name: Set up Python ${{ env.python_version }}
@@ -108,7 +109,7 @@ jobs:
108109
sanity:
109110
name: Sanity in ubuntu-latest
110111
needs:
111-
- build
112+
- importer
112113
runs-on: ubuntu-latest
113114
strategy:
114115
fail-fast: false
@@ -149,8 +150,10 @@ jobs:
149150

150151
units:
151152
name: Units in ubuntu-latest
153+
# Skip step because Unit tests are currently not running or working.
154+
if: false
152155
needs:
153-
- build
156+
- importer
154157
runs-on: ubuntu-latest
155158
strategy:
156159
fail-fast: false
@@ -193,7 +196,8 @@ jobs:
193196
integration:
194197
name: Integration in ubuntu-latest
195198
needs:
196-
- build
199+
# - units
200+
- sanity
197201
runs-on: ubuntu-latest
198202
env:
199203
MUTEX_URL: https://8v7s765ibh.execute-api.us-west-1.amazonaws.com

0 commit comments

Comments
 (0)