Skip to content

vaf-wp-framework Unittests #106

vaf-wp-framework Unittests

vaf-wp-framework Unittests #106

Workflow file for this run

name: vaf-wp-framework Unittests
run-name: vaf-wp-framework Unittests
on: [push]
jobs:
PHPUnit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3
with:
version: '9'
- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@master
if: failure()
with:
webhook_url: ${{ secrets.PHPTEAMTESTINGWEBHOOK }}
needs: ${{ toJson(needs) }}
job: ${{ toJson(job) }}
steps: ${{ toJson(steps) }}