Skip to content

Commit c9c1af5

Browse files
committed
ci: confirm expected autogenerated reference exists
1 parent 83661b7 commit c9c1af5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
pip install "SQLAlchemy>=1.4,<2"
5454
PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/installation_store/test_sqlalchemy.py
5555
PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
56+
- name: Confirm expected autogenerated reference exists
57+
run: |
58+
python -m venv .venv
59+
source .venv/bin/activate
60+
bash ./scripts/generate_api_docs.sh
61+
git diff --quiet
5662
- name: Upload test results to Codecov
5763
if: ${{ !cancelled() }}
5864
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1

0 commit comments

Comments
 (0)