Skip to content

Commit 1bb4bac

Browse files
committed
Revert "Change to browser test type"
This reverts commit 06eee0e.
1 parent 06eee0e commit 1bb4bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/browser_tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
GITHUB_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
6060
GITHUB_WORKFLOW: ${{ github.workflow }}
6161
TEST_ATTEMPTS: ${{ inputs.test_attempts }}
62-
TEST_TYPE: browser_test
62+
TEST_TYPE: unit_test
6363
DEVICE_FAMILY: ${{ inputs.test_device_family }}
6464
TEST_DIMENSIONS: ${{ inputs.test_dimensions }}
6565
DOCKER_TAG: ${{ inputs.docker_tag }}

0 commit comments

Comments
 (0)