Skip to content

Commit

Permalink
chore(test): bump snapshots, fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Dec 18, 2020
1 parent a460c56 commit c55f2aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ exports[`Components : Pages : State : State links renders correctly 1`] = `
<div
className="container"
>
<a
className="link"
href="https://example.com"
>
<span>
Best current data source
</span>
</a>
<a
className="link"
href="https://example.com2"
>
<span>
Secondary data source
</span>
</a>
<a
className="link"
href="https://twitter.com/california-covid"
Expand Down Expand Up @@ -47,22 +31,6 @@ exports[`Components : Pages : State : State links renders correctly 2`] = `
<div
className="container"
>
<a
className="link"
href="https://example.com"
>
<span>
Best current data source
</span>
</a>
<a
className="link"
href="https://example.com2"
>
<span>
Secondary data source
</span>
</a>
<a
className="link"
href="https://twitter.com/california-covid"
Expand Down

0 comments on commit c55f2aa

Please sign in to comment.