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