Skip to content

add console commands to list [hits, notified], event BotBlockedEvent #24

add console commands to list [hits, notified], event BotBlockedEvent

add console commands to list [hits, notified], event BotBlockedEvent #24

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
phpunit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build container
run: docker-compose build
- name: Install dependencies
run: docker-compose run --rm laravel_block_bots composer install
- name: Run tests
run: docker-compose run --rm laravel_block_bots composer run test