Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Merge 6c3cefb into 266860f
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 11, 2020
2 parents 266860f + 6c3cefb commit 16be8d1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ on:
- pull_request

jobs:
tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- run: git fetch --depth=100000 origin

# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v1
with:
php-version: 7.2
coverage: none

- run: composer install --no-progress
- run: vendor/bin/phpunit

ecs:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 16be8d1

Please sign in to comment.