From 52c3387d51d0e6abd75ebf6941bc841b20fd8bd8 Mon Sep 17 00:00:00 2001 From: nandogameiro Date: Sun, 12 May 2024 17:08:27 -0300 Subject: [PATCH] chore: debug --- .github/workflows/test.yml | 44 ++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 691b163..37ed138 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -68,4 +68,6 @@ jobs: with: name: composer - name: PHP Coding Standards - run: composer test + run: | + ls -la + composer test