Skip to content

Fixed Fatal Error on Single product page on mobile devices (#45) #5

Fixed Fatal Error on Single product page on mobile devices (#45)

Fixed Fatal Error on Single product page on mobile devices (#45) #5

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test-and-code-style:
runs-on: ubuntu-latest
strategy:
matrix:
php: [8.1]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: composer install --prefer-dist
- name: Run tests
run: vendor/bin/phpunit --bootstrap __tests__/bootstrap.php __tests__
- name: Run PHPCS
run: vendor/bin/phpcs --standard=WordPress --extensions=php --ignore=vendor/ .