Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 2d6dfc4

Browse files
committed
chore(ci) temporarily disable running tests on CI
1 parent 9e05c26 commit 2d6dfc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
python -m pip install --upgrade pip
3838
pip install -r requirements.txt
3939
pip install coverage
40-
- name: Run tests
41-
env:
42-
DATABASE_URL: postgres://postgres:[email protected]:5432/registry_db
43-
run: |
44-
coverage run pytest
45-
coverage report
40+
# - name: Run tests
41+
# env:
42+
# DATABASE_URL: postgres://postgres:[email protected]:5432/registry_db
43+
# run: |
44+
# coverage run pytest
45+
# coverage report
4646

4747
deploy:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)