1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 13:54:03 +00:00

Enhance CI

This commit is contained in:
Viktor Szépe 2020-05-15 19:19:13 +02:00 committed by GitHub
parent 9dae38398b
commit 7b08f48ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2
- name: Check Composer configuration
run: composer validate --strict
- name: Install dependencies
run: composer install
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
- name: Run tests
run: phpunit
- name: Run unit tests
run: phpunit