Skip to content

Commit e329514

Browse files
committed
move visual:ci to end of file
1 parent 2d7b6ab commit e329514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sanity.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Run functional UI tests 🖥
4141
run: |
4242
npm run cy:ci
43-
- name: Run visual tests 👁
44-
run: |
45-
npm run test:visual:ci
4643
- name: Run sanity US tests
4744
run: |
4845
npm run test:sanity:us
4946
- name: Run sanity EU tests
5047
run: |
5148
npm run test:sanity:eu
49+
- name: Run visual tests 👁
50+
run: |
51+
npm run test:visual:ci

0 commit comments

Comments
 (0)