Skip to content

Commit

Permalink
Add CircleCI workflows configuration
Browse files Browse the repository at this point in the history
Required when not using singular "build" job
  • Loading branch information
aduth committed Oct 14, 2020
1 parent 9397ea2 commit 1274cc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ jobs:
destination: results
- store_test_results:
path: tmp/results

workflows:
version: 2
test:
jobs:
- lints
- integration
- visual-regression
- accessibility

0 comments on commit 1274cc2

Please sign in to comment.