mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 21:14:03 +00:00
Enhance CI
This commit is contained in:
parent
9dae38398b
commit
7b08f48ae4
1 changed files with 6 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -7,10 +7,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Check Composer configuration
|
||||||
|
run: composer validate --strict
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install
|
run: composer install
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.1.0
|
uses: supercharge/redis-github-action@1.1.0
|
||||||
- name: Run tests
|
- name: Run unit tests
|
||||||
run: phpunit
|
run: phpunit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue