update composer predis/predis:^2.2 #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |