Skip to content

Commit

Permalink
chore: Store NPM logs as artifacts in CI (#13447)
Browse files Browse the repository at this point in the history
chore: Enable NPM logs in CI
  • Loading branch information
jimblanc authored May 30, 2024
1 parent 8b95a2d commit 9fa6c6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/load-verdaccio-with-amplify-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ runs:
scripts/retry-yarn-script.sh -s publish:verdaccio -n 5 -r true
yarn info aws-amplify@unstable description
npm info aws-amplify@unstable version
- name: Upload artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
if: failure()
with:
name: ${{ inputs.test_name }}-npm-log
if-no-files-found: ignore
path: /Users/runner/.npm/_logs/
retention-days: 3

0 comments on commit 9fa6c6f

Please sign in to comment.