Skip to content

Commit c8b8bdd

Browse files
author
Sthefany Albuquerque
committed
Update test paths in CI workflows to reference the correct test directory
1 parent 18d5cf9 commit c8b8bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual_testing_ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests
4646
run: |
4747
robot -d ./resultados-testes-CI -v HEADLESS:true \
48-
-v BROWSER:${{ inputs.browser }} -i ${{ inputs.tag }} tests
48+
-v BROWSER:${{ inputs.browser }} -i ${{ inputs.tag }} tests_web/tests
4949
5050
- name: Upload test results
5151
if: always()

.github/workflows/testing_ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run tests
4242
run: |
4343
robot -d ./resultados-testes-CI -v HEADLESS:true \
44-
-v BROWSER:${{ matrix.browser }} tests
44+
-v BROWSER:${{ matrix.browser }} tests_web/tests
4545
4646
- name: Upload test results
4747
if: always()

0 commit comments

Comments
 (0)