imported tag to tag 'channels' on RoleSelectChannelsTest to see if the pipeline can get past more similar complications
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-18 21:11:07 -04:00
parent 10d717a3ba
commit 8b2c4e1bdc
2 changed files with 4 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ steps:
- pip install -r requirements.txt
- cd ./src
- python manage.py collectstatic --noinput
- python manage.py test functional_tests --parallel
- python manage.py test functional_tests --parallel --exclude-tag=channels
- python manage.py test functional_tests --tag=channels
when:
- event: push