File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -94,26 +94,10 @@ jobs:
94
94
yarn run stylelint
95
95
(cd app; python ./manage.py collectstatic --noinput --disable-collectfast)
96
96
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
117
101
118
102
- name : Compute some values
119
103
id : compute
You can’t perform that action at this time.
0 commit comments