Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 26, 2024
1 parent 35ab95e commit 695e61c
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: ENABLE_DEBUG=yes python3 OSCR_django/manage.py migrate
- run: ENABLE_DEBUG=yes python3 manage.py migrate
- run: mkdir -p dist
- run: ENABLE_DEBUG=yes python3 OSCR_django/manage.py generate_swagger -f yaml -u http://127.0.0.1 dist/OSCR_django.yaml
- run: ENABLE_DEBUG=yes python3 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 695e61c

Please sign in to comment.