Skip to content

Commit b728fd6

Browse files
committed
Remove run js tests github workflow
1 parent 5d99099 commit b728fd6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,6 @@ jobs:
4545
run: |
4646
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
4747
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-
6748
a11y:
6849
name: Accessibility
6950
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)