add IQ_ENABLED=1 job to circle

This commit is contained in:
groovecoder 2023-02-22 11:24:04 -06:00
Родитель 2829e834e8
Коммит aa21d76723
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FB5123597126E96C
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -543,6 +543,14 @@ workflows:
tags:
only: /.*/
- python_job:
name: python test iq enabled
command: IQ_ENABLED=1 pytest --junit-xml=job-results/pytest-phones-disabled.xml .
has_results: true
filters:
tags:
only: /.*/
- test_frontend:
requires:
- build_frontend