Skip to content

Bump actions/checkout from 4.1.2 to 4.1.4 #1337

Bump actions/checkout from 4.1.2 to 4.1.4

Bump actions/checkout from 4.1.2 to 4.1.4 #1337

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.4
- uses: shivammathur/setup-php@2.29.0
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