Skip to content

NWBY/pest-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Pest Tests with GitHub Actions

Create your Github Workflow configuration in .github/workflows/ci.yml or similar.

name: CI

on: ['push']

jobs:
  build-test:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/[email protected]
    - uses: php-actions/composer@v5
    - uses: NWBY/[email protected]