File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828 env :
2929 CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED : " 1"
3030 FORCE_COLOR : " 1"
31+ LATEST_PYTHON_VERSION : " 3.13"
3132 steps :
3233 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3334 with :
@@ -54,10 +55,12 @@ jobs:
5455 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/installation_store/test_sqlalchemy.py
5556 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
5657 - name : Confirm expected autogenerated reference exists
58+ if : ${{ matrix.python-version == env.LATEST_PYTHON_VERSION }}
5759 run : |
5860 python -m venv .venv
5961 source .venv/bin/activate
6062 bash ./scripts/generate_api_docs.sh
63+ git diff
6164 git diff --quiet
6265 - name : Upload test results to Codecov
6366 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments