Skip to content

Commit

Permalink
bypass cache, php setup + composer verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 6, 2023
1 parent bb10ace commit 5c163ab
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,8 @@ jobs:
restore-keys: |
npm-${{ env.NODE_VERSION }}-
- name: Prepare composer cache
uses: actions/cache@v3
with:
path: ${{ env.COMPOSER_CACHE }}
key: composer-${{ env.COMPOSER_VERSION }}-${{ hashFiles('**/composer.lock') }}
restore-keys: |
composer-${{ env.COMPOSER_VERSION }}-
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: cs2pr
coverage: none

- name: composer install
run: composer install

- name: Zip
if: failure()
run: npm run build:zip

- name: Make artifacts available
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-artifact-${{ matrix.core.name }}-${{ matrix.testGroup }}
retention-days: 2
path: |
${{ github.workspace }}/elasticpress.zip
run: composer install -vvv

- name: "Install node v${{ env.NODE_VERSION }}"
uses: actions/setup-node@v3
Expand Down

0 comments on commit 5c163ab

Please sign in to comment.