Skip to content

Commit 8fd653b

Browse files
committed
[ci] Skip selenium test for SAMPLE_APP=1
1 parent 6cb3287 commit 8fd653b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install -U ${{ matrix.django-version }}
7171
sudo npm install -g prettier
7272
73-
- name: Start InfluxDB and redos
73+
- name: Start InfluxDB and redis
7474
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
7575
run: docker compose up -d postgres redis
7676

@@ -82,7 +82,7 @@ jobs:
8282
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
8383
run: |
8484
coverage run runtests.py --parallel
85-
SAMPLE_APP=1 coverage run ./runtests.py --parallel
85+
SAMPLE_APP=1 coverage run ./runtests.py --parallel --exclude-tag=selenium_tests
8686
coverage combine
8787
coverage xml
8888
env:

0 commit comments

Comments
 (0)