We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31912a1 commit b242f28Copy full SHA for b242f28
.github/workflows/tests.yml
@@ -33,8 +33,8 @@ jobs:
33
run: bun run test:7.4
34
- name: PHPUnit - Run tests for PHP 8.2
35
run: bun run test:8.2
36
- - name: Jest - Run tests
37
- run: bun run jest:test
+ # - name: Jest - Run tests
+ # run: bun run jest:test
38
- name: Install playwright
39
run: bun playwright install
40
- name: End to end - Run tests
0 commit comments