Skip to content

Commit a849403

Browse files
committed
ci: show the diff for the latest python only
1 parent c9c1af5 commit a849403

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)