Skip to content

Commit

Permalink
skip download build folder in component testing gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ettorepuccetti committed Jan 6, 2024
1 parent 31f9537 commit f7f0c7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ jobs:
uses: actions/checkout@v4
- name: install pnpm
uses: pnpm/action-setup@v2
- name: Download the build folders
uses: actions/download-artifact@v4
with:
name: build
path: .next
# - name: Download the build folders
# uses: actions/download-artifact@v4
# with:
# name: build
# path: .next
- name: Run Component Testing
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit f7f0c7a

Please sign in to comment.