Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ jobs:
uses: "./.github/actions/count_deps"

- name: Store Verdaccio logfile artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
name: verdaccio-log-${{ matrix.template }}
path: packages/pwa-kit-create-app/local-npm-repo/verdaccio-${{ matrix.template }}.log

# TODO: Ticket W-12425059. Revisit Snyk CLI integration to monitor manifest files on generated projects.
# TODO: Update the SNYK_TOKEN stored in GitHub with a token generated from the proper Snyk org.
Expand Down Expand Up @@ -329,9 +330,10 @@ jobs:
uses: "./.github/actions/count_deps"

- name: Store Verdaccio logfile artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: packages/pwa-kit-create-app/local-npm-repo/verdaccio.log
name: verdaccio-log-${{ matrix.template }}
path: packages/pwa-kit-create-app/local-npm-repo/verdaccio-windows-${{ matrix.template }}.log
lighthouse:
needs: changelog-check
strategy:
Expand Down
Loading