Skip to content

Commit

Permalink
Remove phpcs from the phpunit job
Browse files Browse the repository at this point in the history
  • Loading branch information
freibergergarcia committed Feb 10, 2024
1 parent bf0ad46 commit 911fc50
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/run-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Install NPM && Composer Dependencies
- name: Install npm dependencies
run:
npm install

Expand All @@ -35,14 +35,11 @@ jobs:
- name: Install Composer Dependencies
run: composer install --no-progress

- name: Start WordPress Environment
- name: Start WordPress environment
run: npm run start-env

- name: Run PHPUnit Tests
- name: Run unit Tests
run: npm run test-php

- name: Stop WordPress Environment
run: npm run stop-env

- name: Run PHP CodeSniffer
run: ./vendor/bin/phpcs
- name: Stop WordPress environment
run: npm run stop-env

0 comments on commit 911fc50

Please sign in to comment.