Skip to content

Commit

Permalink
Some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwizi committed May 14, 2024
1 parent 80c6d55 commit fe51185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get install -y jq
- name: Generate API schema and extract version
run: |
cd api/src/ && poetry run python manage.py spectacular --file openapi.json --validate --format openapi-json
poetry run python api/src/manage.py spectacular --file openapi.json --validate --format openapi-json
echo "Schema generated"
API_VERSION=$(jq -r .info.version openapi.json)
echo "API_RELEASE_VERSION=$API_VERSION" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion api/src/cs2_battle_bot/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@

SWAGGER_SETTINGS = {"SECURITY_DEFINITIONS": {"Basic": {"type": "basic"}}}

TEST = 13
TEST = 14

0 comments on commit fe51185

Please sign in to comment.