Skip to content

Commit b242f28

Browse files
committed
Plugin and theme: Improving build/test/release workflows
1 parent 31912a1 commit b242f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: bun run test:7.4
3434
- name: PHPUnit - Run tests for PHP 8.2
3535
run: bun run test:8.2
36-
- name: Jest - Run tests
37-
run: bun run jest:test
36+
# - name: Jest - Run tests
37+
# run: bun run jest:test
3838
- name: Install playwright
3939
run: bun playwright install
4040
- name: End to end - Run tests

0 commit comments

Comments
 (0)