We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb3287 commit 8fd653bCopy full SHA for 8fd653b
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
pip install -U ${{ matrix.django-version }}
71
sudo npm install -g prettier
72
73
- - name: Start InfluxDB and redos
+ - name: Start InfluxDB and redis
74
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
75
run: docker compose up -d postgres redis
76
@@ -82,7 +82,7 @@ jobs:
82
83
run: |
84
coverage run runtests.py --parallel
85
- SAMPLE_APP=1 coverage run ./runtests.py --parallel
+ SAMPLE_APP=1 coverage run ./runtests.py --parallel --exclude-tag=selenium_tests
86
coverage combine
87
coverage xml
88
env:
0 commit comments