Skip to content

Commit

Permalink
One workflow, do tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 5, 2020
1 parent e6a8520 commit f261978
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,13 @@ jobs:
path: test_results
workflows:
version: 2
# tests:
# jobs:
# - test
# build:
# jobs:
# - build
build_and_deploy:
jobs:
- build:
filters:
tags:
only: /.*/
- test:
requires:
- build
- test
- build
- deploy:
context: whisk
requires:
- build
- test
filters:
tags:
Expand Down

0 comments on commit f261978

Please sign in to comment.