Skip to content

Commit

Permalink
test better
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed May 25, 2021
1 parent dee8c9e commit 477e286
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ references:
store-test-results: /tmp/test-results
kind_version: 0.10.0
requires:
- test
- build-3-7
- build-3-8
filters:
branches:
only: /.*/
Expand All @@ -48,7 +49,7 @@ references:
store-test-results: /tmp/test-results
kind_version: 0.10.0
requires:
- test
- test-go
filters:
branches:
only: /.*/
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
pip install --user -e .
reckoner --version
pytest --cov ./
test:
test-go:
working_directory: /go/src/github.com/fairwindsops/reckoner
docker:
- image: circleci/golang:1.16
Expand Down Expand Up @@ -145,7 +146,19 @@ workflows:
version: 2
build_and_test:
jobs:
- test:
- test-go:
filters:
tags:
ignore: /.*/
branches:
only: /.*/
- build-3-7:
filters:
tags:
ignore: /.*/
branches:
only: /.*/
- build-3-8:
filters:
tags:
ignore: /.*/
Expand Down

0 comments on commit 477e286

Please sign in to comment.