We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c7649 commit 8648d01Copy full SHA for 8648d01
1 file changed
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
env:
82
BASE_URL: http://localhost:8000
83
run: |
84
- uv run behave tests/features --tags=@backend,@production --no-capture
+ uv run behave tests/features --tags="@backend and @production" --no-capture
85
86
- name: Upload results to Codecov
87
uses: codecov/codecov-action@v4
0 commit comments