Skip to content

Commit 8648d01

Browse files
committed
fix: update BDD test workflow to use combined tags for backend and production
1 parent 35c7649 commit 8648d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
BASE_URL: http://localhost:8000
8383
run: |
84-
uv run behave tests/features --tags=@backend,@production --no-capture
84+
uv run behave tests/features --tags="@backend and @production" --no-capture
8585
8686
- name: Upload results to Codecov
8787
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)