Skip to content

Commit fcf366c

Browse files
author
luccasdasilvacandido
committed
[ci]: adjusting test execution script
1 parent d976277 commit fcf366c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pip install -r requirements.txt
2121

2222
- name: Run API Tests
23-
run: robot -d logs/api tests/api
23+
run: robot --name "Test Results" --outputdir logs/api tests/api/
2424

2525
- name: Upload API Test Results
2626
uses: actions/upload-artifact@v4
@@ -46,7 +46,7 @@ jobs:
4646
run: pip install -r requirements.txt
4747

4848
- name: Run E2E Tests
49-
run: robot -d logs/e2e -v OPTIONS:"add_argument('--headless')" tests/e2e
49+
run: robot --name "Test Results" --outputdir logs/e2e -v OPTIONS:"add_argument('--headless')" tests/e2e
5050

5151
- name: Upload E2E Test Results
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)