File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change 7070 timeout_minutes : 20
7171 retry_wait_seconds : 60
7272 max_attempts : 3
73- command : yarn test:lumo
73+ command : yarn test:lumo --ported
7474
7575 - uses : actions/upload-artifact@v4
7676 if : ${{ failure() }}
7979 path : |
8080 packages/*/test/visual/lumo/screenshots/*/failed/*.png
8181 packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png
82- lumo-ported :
83- name : Lumo (CSS files)
84- runs-on : ubuntu-latest
85- if : github.repository_owner == 'vaadin'
86-
87- steps :
88- - uses : actions/checkout@v4
89- with :
90- fetch-depth : ' 0'
91-
92- - name : Setup Node
93- uses : actions/setup-node@v4
94- with :
95- node-version : ' 22'
96- cache : ' yarn'
97-
98- - name : Install Dependencies
99- run : yarn --frozen-lockfile --no-progress --non-interactive
100-
101- - name : Visual tests
102- env :
103- SAUCE_USERNAME : ${{ secrets.SAUCE_USERNAME }}
104- SAUCE_ACCESS_KEY : ${{ secrets.SAUCE_ACCESS_KEY }}
105- run : yarn test:lumo --ported
106-
107- - uses : actions/upload-artifact@v4
108- if : ${{ failure() }}
109- with :
110- name : lumo-css-screenshots
111- path : |
112- packages/*/test/visual/lumo/screenshots/*/failed/*.png
113- packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png
You can’t perform that action at this time.
0 commit comments