Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Sep 5, 2022
1 parent 1c5fb25 commit 61b13f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
yarn build
# unfortunately have to retry this as downloads sometimes break
python download.py
python download.py
python download.py
python scripts/download.py
python scripts/download.py
python scripts/download.py
APP_URL=http://localhost:3000 NO_CACHE=1 uvicorn backend.main:app --port=8001 &
pytest backend
yarn test

0 comments on commit 61b13f1

Please sign in to comment.