Skip to content

Commit

Permalink
only exports the vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 6, 2023
1 parent b4c51da commit 4e0381c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ 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:
Expand All @@ -59,7 +67,7 @@ jobs:
name: cypress-artifact-${{ matrix.core.name }}-${{ matrix.testGroup }}
retention-days: 2
path: |
${{ github.workspace }}
${{ github.workspace }}/vendor
- name: "Install node v${{ env.NODE_VERSION }}"
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4e0381c

Please sign in to comment.