Skip to content

PrestaFlow/github-action

Repository files navigation

PrestaFlow — GitHub Action

Run PrestaFlow tests in your GitHub Actions workflows.

Quick start

- uses: PrestaFlow/github-action@v2
  with:
    token: ${{ secrets.PRESTAFLOW_TOKEN }}
    projectId: '42'

With Flashlight (auto-provision PrestaShop)

- uses: PrestaFlow/github-action@v2
  with:
    token: ${{ secrets.PRESTAFLOW_TOKEN }}
    projectId: '42'
    flashlight: true
    ps-version: '9.0.0'

Documentation

Full docs, guides, and reference: https://prestaflow.io/docs/library/1/digging-deeper/github-actions

Migration from v1

v1 usage (token + projectId only) continues to work unchanged. See the migration section in the docs.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors