Skip to content

Commit 9f2bbf9

Browse files
committed
rename hover_label test to hover
1 parent b5e3b02 commit 9f2bbf9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,33 +91,33 @@ jobs:
9191
- uses: ./.github/actions/setup-workspace
9292
- uses: ./.github/actions/setup-chrome
9393

94-
- name: Run hover_label test in UTC timezone
94+
- name: Run hover test in UTC timezone
9595
uses: ./.github/actions/run-xvfb
9696
env:
9797
TZ: 'UTC'
9898
with:
99-
run: npm run test-jasmine hover_label
99+
run: npm run test-jasmine hover
100100

101-
- name: Run hover_label test in Europe/Berlin timezone
101+
- name: Run hover test in Europe/Berlin timezone
102102
uses: ./.github/actions/run-xvfb
103103
env:
104104
TZ: 'Europe/Berlin'
105105
with:
106-
run: npm run test-jasmine hover_label
106+
run: npm run test-jasmine hover
107107

108-
- name: Run hover_label test in Asia/Tokyo timezone
108+
- name: Run hover test in Asia/Tokyo timezone
109109
uses: ./.github/actions/run-xvfb
110110
env:
111111
TZ: 'Asia/Tokyo'
112112
with:
113-
run: npm run test-jasmine hover_label
113+
run: npm run test-jasmine hover
114114

115-
- name: Run hover_label test in America/Toronto timezone
115+
- name: Run hover test in America/Toronto timezone
116116
uses: ./.github/actions/run-xvfb
117117
env:
118118
TZ: 'America/Toronto'
119119
with:
120-
run: npm run test-jasmine hover_label
120+
run: npm run test-jasmine hover
121121

122122
no-gl-jasmine:
123123
needs: install-and-cibuild

0 commit comments

Comments
 (0)