Skip to content

Commit

Permalink
Try to debug composer packages downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 6, 2023
1 parent e23bec5 commit 83b8d02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
- name: composer install
run: composer install

- 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 }}
- name: "Install node v${{ env.NODE_VERSION }}"
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 83b8d02

Please sign in to comment.