Skip to content

Commit 0752343

Browse files
committed
update workflow
1 parent f2fa6fa commit 0752343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
continue-on-error: true
8181
- name: Disable guided tours
8282
run: |
83-
TOUR_STATES='["design-system", "editor", "design-library"]'
83+
TOUR_STATES='["design-system", "editor", "design-library", "blocks"]'
8484
wp-env run tests-cli wp option update stackable_guided_tour_states "$TOUR_STATES" --format=json
8585
- name: Run playwright tests
8686
id: run-playwright-tests

0 commit comments

Comments
 (0)