mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 13:54:03 +00:00
Enhance CI
This commit is contained in:
parent
9dae38398b
commit
7b08f48ae4
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue