Skip to content

Patch plugin vulnerabilities 2024-06-26-095604 #1405

Patch plugin vulnerabilities 2024-06-26-095604

Patch plugin vulnerabilities 2024-06-26-095604 #1405

Workflow file for this run

on:
- push
- pull_request
env:
PLUGIN_NAME: dxw-sec-api
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: shivammathur/setup-php@2.30.5
with:
php-version: "7.4"
coverage: none
tools: composer
- name: Install dependencies
run: |
cd "wp-content/plugins/$PLUGIN_NAME"
composer --no-interaction install
- name: Run tests
run: |
cd "wp-content/plugins/$PLUGIN_NAME"
vendor/bin/peridot specs