Skip to content

Commit

Permalink
Enabled debug for pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 19, 2024
1 parent 9866c46 commit d1f3ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
python-version: "3.10"

- run: pip install -r requirements.txt
- run: python3 OSCR_django/manage.py migrate
- run: ENABLE_DEBUG=yes python3 OSCR_django/manage.py migrate
- run: mkdir -p dist
- run: python3 OSCR_django/manage.py generate_swagger -f yaml -u http://127.0.0.1 dist/OSCR_django.yaml
- run: ENABLE_DEBUG=yes python3 OSCR_django/manage.py generate_swagger -f yaml -u http://127.0.0.1 dist/OSCR_django.yaml
- uses: actions/upload-artifact@v2
with:
name: build_binary
Expand Down

0 comments on commit d1f3ffb

Please sign in to comment.