Skip to content

Commit 80a91fb

Browse files
authored
chore: update visual tests workflow to only test Lumo CSS (#9899)
1 parent 2ec03c3 commit 80a91fb

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.github/workflows/visual-tests.yml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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() }}
@@ -79,35 +79,3 @@ jobs:
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

0 commit comments

Comments
 (0)