Skip to content

Commit

Permalink
Remove jest version output from CI
Browse files Browse the repository at this point in the history
There are no tests in the root folder
  • Loading branch information
igorschoester committed Apr 28, 2024
1 parent b10abb5 commit 437a80c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
node --version
yarn --version
grunt --version
yarn run jest --version
- name: Build all packages
run: yarn run build --ignore "@yoast/wordpress-seo"
Expand Down Expand Up @@ -194,7 +193,6 @@ jobs:
node --version
yarn --version
grunt --version
yarn run jest --version
- name: Build all packages
if: ${{ steps.checks-run.outputs.should == 'true' }}
Expand Down

0 comments on commit 437a80c

Please sign in to comment.