File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
run : make stop
42
42
43
43
- name : Run All Tests in SauceLab
44
- uses : saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
44
+ uses : saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
45
45
if : github.event_name != 'pull_request' && env.SAUCE_USERNAME != null
46
46
env :
47
47
GITHUB_TOKEN : ${{ github.token }}
51
51
config-file : .sauce/sentry-uitest-android-benchmark.yml
52
52
53
53
- name : Run one test in SauceLab
54
- uses : saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
54
+ uses : saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
55
55
if : github.event_name == 'pull_request' && env.SAUCE_USERNAME != null
56
56
env :
57
57
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 44
44
run : make stop
45
45
46
46
- name : Run Tests in SauceLab
47
- uses : saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
47
+ uses : saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
48
48
env :
49
49
GITHUB_TOKEN : ${{ github.token }}
50
50
with :
You can’t perform that action at this time.
0 commit comments