Skip to content

Commit 16b9bfc

Browse files
committed
Have test job complete before running integration test job.
1 parent 1a55117 commit 16b9bfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ workflows:
219219

220220
- it:
221221
context: rasterframes
222-
# requires:
223-
# - test
222+
requires:
223+
- test
224224
filters:
225225
branches:
226226
only:
@@ -229,8 +229,8 @@ workflows:
229229

230230
- it-no-gdal:
231231
context: rasterframes
232-
# requires:
233-
# - test
232+
requires:
233+
- test
234234
filters:
235235
branches:
236236
only:

0 commit comments

Comments
 (0)