Skip to content

Commit

Permalink
Increase tox verbosity in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Oct 19, 2023
1 parent 6af2109 commit 4722773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mcp_dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Tox test environment
# Run tox using the version of Python in `PATH`
run: tox -e py
dev-deployment:
mcp-dev-deployment:
strategy:
matrix:
python: [3.8]
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
jq -r <<<"$VARS_JSON" 'to_entries|map("\(.key)=\(.value)\u0000")[]'
)
- name: Deploy with tox
run: tox -e dev -r -- deploy --require-approval never
run: tox -v -e dev -r -- deploy --require-approval never
- name: Run DB setup
run: |
setupdb=$(aws cloudformation describe-stacks \
Expand Down

0 comments on commit 4722773

Please sign in to comment.