We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83661b7 commit c9c1af5Copy full SHA for c9c1af5
.github/workflows/ci-build.yml
@@ -53,6 +53,12 @@ jobs:
53
pip install "SQLAlchemy>=1.4,<2"
54
PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/installation_store/test_sqlalchemy.py
55
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
62
- name: Upload test results to Codecov
63
if: ${{ !cancelled() }}
64
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
0 commit comments