Skip to content

Commit 1af85af

Browse files
authored
Merge pull request #9289 from readthedocs/humitos/embedapi-tests
Tests: make `tests-embedapi` require regular `tests` first
2 parents de5d7da + 134bd78 commit 1af85af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ workflows:
6262
jobs:
6363
- checks
6464
- tests
65-
- tests-embedapi
65+
- tests-embedapi:
66+
requires:
67+
- checks
68+
- tests

0 commit comments

Comments
 (0)