We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cffb0d commit 5168c0bCopy full SHA for 5168c0b
1 file changed
.github/workflows/test.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
- dev
8
+ - dev-v3
9
- demo
10
- hotfix
11
pull_request:
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
23
24
@@ -61,7 +63,8 @@ jobs:
61
63
--ignore=src/backend/tests/test_config.py \
62
64
--ignore=src/tests/agents/test_human_approval_manager.py \
65
--ignore=src/backend/tests/test_team_specific_methods.py \
- --ignore=src/backend/tests/models/test_messages.py
66
+ --ignore=src/backend/tests/models/test_messages.py \
67
+ --ignore=src/backend/tests/test_otlp_tracing.py
68
69
# - name: Run tests with coverage
70
# if: env.skip_tests == 'false'
0 commit comments