We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04f60 commit daecc84Copy full SHA for daecc84
.github/workflows/development.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Install dependencies
125
run: pip install tox
126
- name: Run unit tests
127
- run: tox -e test-unit -- -m "smoke or sanity"
+ run: tox -e test-unit
128
129
ui-unit-tests:
130
permissions:
.github/workflows/main.yml
@@ -125,7 +125,7 @@ jobs:
131
0 commit comments