Skip to content

Commit

Permalink
build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 6, 2023
1 parent 4e0381c commit 38716d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,17 @@ jobs:
- name: composer install
run: composer install

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

0 comments on commit 38716d3

Please sign in to comment.