Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
remove build from ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Sep 3, 2019
1 parent 087fe9f commit e35dab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -117,10 +117,10 @@ workflows:
- setup
- lint: { requires: [setup] }
- audit: { requires: [setup] }
- build: { requires: [setup] }
# - build: { requires: [setup] }
- test-unit: { requires: [lint] }
# - test-types: { requires: [lint] }
- test-fixtures: { requires: [build] }
- test-fixtures: { requires: [setup] }
- test-e2e:
name: test-e2e-firefox
browserString: firefox/headless
Expand Down

0 comments on commit e35dab6

Please sign in to comment.