We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06eee0e commit 1bb4bacCopy full SHA for 1bb4bac
.github/actions/browser_tests/action.yaml
@@ -59,7 +59,7 @@ runs:
59
GITHUB_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
60
GITHUB_WORKFLOW: ${{ github.workflow }}
61
TEST_ATTEMPTS: ${{ inputs.test_attempts }}
62
- TEST_TYPE: browser_test
+ TEST_TYPE: unit_test
63
DEVICE_FAMILY: ${{ inputs.test_device_family }}
64
TEST_DIMENSIONS: ${{ inputs.test_dimensions }}
65
DOCKER_TAG: ${{ inputs.docker_tag }}
0 commit comments