We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d99099 commit b728fd6Copy full SHA for b728fd6
.github/workflows/run-tests.yml
@@ -45,25 +45,6 @@ jobs:
45
run: |
46
wp-env run tests-wordpress /var/www/html/wp-content/themes/go/vendor/bin/phpunit -c /var/www/html/wp-content/themes/go/phpunit.xml --verbose
47
48
- js:
49
- name: JS Unit
50
- runs-on: ubuntu-latest
51
- steps:
52
- - name: Checkout
53
- uses: actions/checkout@v4
54
-
55
- - name: Setup Node
56
- uses: actions/setup-node@v3
57
- with:
58
- node-version-file: '.nvmrc'
59
- cache: 'yarn'
60
61
- - name: Install dependencies
62
- run: yarn install --immutable
63
64
- - name: Run tests
65
- run: yarn run test:js
66
67
a11y:
68
name: Accessibility
69
runs-on: ubuntu-latest
0 commit comments