Skip to content

Adds workflow and execution logic for the plugin check #64

Adds workflow and execution logic for the plugin check

Adds workflow and execution logic for the plugin check #64

Workflow file for this run

name: Test
on: [push]
jobs:
pest:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v1
- name: Composer dependencies
run: composer install
- name: Run Testsuite
run: vendor/bin/pest