Run PrestaFlow tests in your GitHub Actions workflows.
- uses: PrestaFlow/github-action@v2
with:
token: ${{ secrets.PRESTAFLOW_TOKEN }}
projectId: '42'- uses: PrestaFlow/github-action@v2
with:
token: ${{ secrets.PRESTAFLOW_TOKEN }}
projectId: '42'
flashlight: true
ps-version: '9.0.0'Full docs, guides, and reference: https://prestaflow.io/docs/library/1/digging-deeper/github-actions
v1 usage (token + projectId only) continues to work unchanged. See the migration section in the docs.