Skip to content

Commit

Permalink
Test de Windows con caché
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Dec 15, 2023
1 parent ebcc911 commit a9bd568
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,15 @@ jobs:
extensions: ${{ env.extensions }} #optional
coverage: none

- name: Cache dependencies
uses: actions/cache@v3
with:
path: /home/runner/.cache/composer/files
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Testing the Aplication
run: |
ls
ls tools
php vendor\bin\phpunit --version
php vendor\bin\phpunit --group windows
run: php vendor\bin\phpunit --group windows

0 comments on commit a9bd568

Please sign in to comment.