Skip to content

Commit

Permalink
Update CI-test_handler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 28, 2023
1 parent 21ec962 commit ab2ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-test_handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Execute Tests
run: |
python src/handler.py --test_input='{"input": "test"}'
python src/handler.py --test_input='{"input": {"key": "value"}}'
cleanup:
if: ${{ always() && !success() }}
Expand Down

0 comments on commit ab2ead8

Please sign in to comment.