Skip to content

Commit

Permalink
set pipeline to default
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Jan 28, 2024
1 parent 6dcc170 commit 7c3ab7b
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,10 @@ name: CI
on: [push]

jobs:
build:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.0
version: 1

- name: PHPUnit tests
uses: php-actions/[email protected]
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
php_version: 8.0
version: 10.0.*
args: --coverage-text
php_extensions: "xdebug"
coverage_clover: "coverage/clover.xml"
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3

0 comments on commit 7c3ab7b

Please sign in to comment.