Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Conforti committed Oct 22, 2024
1 parent 55b25c1 commit 8b560bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
- if: startsWith(matrix.platform-variant, 'node') && !startsWith(matrix.docker-engine-connection-variant, 'socket')
run: pnpm test
- if: startsWith(matrix.platform-variant, 'node') && startsWith(matrix.docker-engine-connection-variant, 'socket')
run: sudo -E pnpm test
run: |
npm install -g pnpm
sudo -E pnpm test
- if: startsWith(matrix.platform-variant, 'bun')
uses: ./.github/actions/setup-bun
Expand Down

0 comments on commit 8b560bf

Please sign in to comment.