Skip to content

Commit

Permalink
Revert "temp only do smoke tests not unit"
Browse files Browse the repository at this point in the history
This reverts commit a7ef79b.
  • Loading branch information
JamieDanielson committed Jan 17, 2024
1 parent 42a8d7d commit bdde365
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ jobs:
bats --version
- run:
name: Smoke Test
# command: make smoke-sdk
# temp, only test this app
command: make smoke-sdk-grpc-flask
command: make smoke-sdk
- store_test_results:
path: ./smoke-tests/
- store_artifacts:
Expand Down Expand Up @@ -176,11 +174,11 @@ workflows:
<<: *filters_always
requires:
- codestyle
# - test
- test
- smoke_test:
<<: *filters_always
# requires:
# - test
requires:
- test
- publish_github:
<<: *filters_publish
context: Honeycomb Secrets for Public Repos
Expand Down

0 comments on commit bdde365

Please sign in to comment.