Skip to content

Commit

Permalink
Update validation command to format integration tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 18, 2022
1 parent 7892a9b commit e68017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_validation.sh
Expand Up @@ -6,6 +6,6 @@ cd ${script_dir}/..
pip install -U pip && \
pip install -e ".[testing]" && \
pip install -e ".[optional]" && \
black slack_sdk/ slack/ tests/ && \
black slack_sdk/ slack/ tests/ integration_tests/ && \
python setup.py codegen && \
python setup.py validate

0 comments on commit e68017a

Please sign in to comment.