Create bme_vik_villamosmernok2022.json #92
Workflow file for this run
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: Test | |
on: | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: '7.4' | |
- run: composer config --no-plugins allow-plugins.kylekatarnls/update-helper false | |
- run: composer install --profile --no-interaction | |
- run: ./vendor/bin/phpunit |