diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fe45e002..f70466caf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,11 +29,15 @@ jobs: - run: name: fetch-data-repo command: 'yarn run setup:data-repo' + - run: + name: fetch-screenshot-repo + command: 'yarn run setup:screenshot-repo' - persist_to_workspace: root: *workspace_root paths: - _api - _data + - _screenshots gatsby-build: executor: main-executor steps: diff --git a/src/__tests__/components/pages/state/__snapshots__/state-links.js.snap b/src/__tests__/components/pages/state/__snapshots__/state-links.js.snap index 529413bd9..fb4540de0 100644 --- a/src/__tests__/components/pages/state/__snapshots__/state-links.js.snap +++ b/src/__tests__/components/pages/state/__snapshots__/state-links.js.snap @@ -4,22 +4,6 @@ exports[`Components : Pages : State : State links renders correctly 1`] = `
- - - Best current data source - - - - - Secondary data source - - - - - Best current data source - - - - - Secondary data source - -