Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 9d0b2f4

Browse files
committed
check out files before checking links
1 parent b5a3029 commit 9d0b2f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

circle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
## this enables colors in the output
1212
TERM: xterm
1313
steps:
14+
- checkout
1415
- run:
1516
name: Check markdown links ⚓️
1617
command: npm run check:links
@@ -276,7 +277,7 @@ workflows:
276277
store_artifacts: true
277278

278279
- cypress/run:
279-
name: Test
280+
name: Component Tests
280281
executor: cypress/base-12
281282
parallelism: 4
282283
requires:
@@ -290,6 +291,7 @@ workflows:
290291
store_artifacts: true
291292
# following examples from
292293
# https://circleci.com/docs/2.0/parallelism-faster-jobs/
294+
# TODO probably only run component tests and move integration sanity checks into own job
293295
command: |
294296
TESTFILES=$(circleci tests glob "cypress/{component,integration}/**/*spec.{js,jsx,ts,tsx}" | circleci tests split --total=4)
295297
echo "Test files for this machine are $TESTFILES"
@@ -309,7 +311,7 @@ workflows:
309311
executor: cypress/base-12
310312
requires:
311313
- Install
312-
- Test
314+
- Component Tests
313315
- Example A11y
314316
- Example Babel
315317
- Example Component Folder

0 commit comments

Comments
 (0)