Skip to content

Commit c3795b4

Browse files
authored
Enabling migrations to be run when deploying to staging (#10789)
1 parent c8a9352 commit c3795b4

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/ci-stage.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,26 +94,10 @@ jobs:
9494
yarn run stylelint
9595
(cd app; python ./manage.py collectstatic --noinput --disable-collectfast)
9696
97-
# - name: Run management commands
98-
# run: |
99-
# python app/manage.py migrate
100-
# python app/manage.py fetch_gas_prices
101-
102-
# - name: Run Python and UI tests
103-
# run: |
104-
# pytest -p no:ethereum -p no:warnings
105-
# bin/ci/cypress-run
106-
107-
# - name: Generate Markdown documentation and static docs page
108-
# run: pydocmd build
109-
110-
# - name: Deploy to Github Pages 🚀
111-
# uses: peaceiris/actions-gh-pages@v3
112-
# if: github.ref == 'refs/heads/master'
113-
# with:
114-
# github_token: ${{ secrets.GITHUB_TOKEN }}
115-
# publish_dir: _build/site
116-
# cname: docs.gitcoin.coind
97+
- name: Run management commands
98+
run: |
99+
python app/manage.py migrate
100+
python app/manage.py fetch_gas_prices
117101
118102
- name: Compute some values
119103
id: compute

0 commit comments

Comments
 (0)