Skip to content

Commit

Permalink
Install Yarn (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 12, 2024
1 parent bd08298 commit 47e47bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
npm install --global pnpm
echo "pnpm: $(pnpm --version)"
- name: Install yarn
run: |
npm install --global yarn
echo "yarn: $(yarn --version)"
- name: Install dependencies
continue-on-error: true
run: npm install --no-audit
Expand All @@ -138,4 +143,4 @@ jobs:
PACKAGE: ${{ matrix.package }}
PACKAGE_URL: ${{ steps.repo-info.outputs.url }}
run: |
npm test || echo "::error title=${PACKAGE}::The test failed. Visit ${PACKAGE_URL}."
npm test || echo "::error title=${PACKAGE}::The test failed. Visit ${PACKAGE_URL}"

0 comments on commit 47e47bb

Please sign in to comment.