Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nandogameiro committed May 12, 2024
1 parent 8154c4f commit 52c3387
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ jobs:
path: vendor


lint:
timeout-minutes: 20
runs-on: ubuntu-latest
needs: composer
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, bcmath, curl, libxml, gettext, exif, iconv, intl, mbstring, gd, imagick, soap, sockets, zip, pcntl, pdo, mysql, pdo_mysql
coverage: pcov
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: composer
- name: PHP Coding Standards
run: composer pint
# lint:
# timeout-minutes: 20
# runs-on: ubuntu-latest
# needs: composer
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: 8.3
# extensions: dom, bcmath, curl, libxml, gettext, exif, iconv, intl, mbstring, gd, imagick, soap, sockets, zip, pcntl, pdo, mysql, pdo_mysql
# coverage: pcov
# - name: Download artifacts
# uses: actions/download-artifact@v4
# with:
# name: composer
# - name: PHP Coding Standards
# run: composer pint

test:
timeout-minutes: 20
Expand All @@ -68,4 +68,6 @@ jobs:
with:
name: composer
- name: PHP Coding Standards
run: composer test
run: |
ls -la
composer test

0 comments on commit 52c3387

Please sign in to comment.