Skip to content

add SEND_POLLS permission (#8) #25

add SEND_POLLS permission (#8)

add SEND_POLLS permission (#8) #25

Workflow file for this run

name: PHPUnit
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@release-v9
env:
TEST_NAME: Scarlett
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text