Skip to content

Commit 058cf1a

Browse files
authored
Refactor test suites in GitHub Actions workflow (#719)
1 parent db2a1fb commit 058cf1a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,13 @@ jobs:
7979
- test-suite: 'apikey'
8080
path: 'tests/functional/apikey'
8181
timeout: 45
82-
- test-suite: 'agent_and_team_agent'
83-
path: 'tests/functional/agent tests/functional/team_agent'
82+
- test-suite: 'agent'
83+
path: 'tests/functional/agent'
8484
timeout: 45
85+
- test-suite: 'team_agent'
86+
path: 'tests/functional/team_agent'
87+
timeout: 45
88+
8589
steps:
8690
- name: Checkout repository
8791
uses: actions/checkout@v4

0 commit comments

Comments
 (0)