Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: add Deno to integration CI (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Oct 2, 2023
1 parent 028da38 commit 60d1ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
zip-it-and-ship-it/package-lock.json
test-site/package-lock.json
netlify-cli/package-lock.json
- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Installing netlify-cli
run: npm ci
working-directory: netlify-cli
Expand Down

1 comment on commit 60d1ecb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

  • largeDepsEsbuild: 2.8s
  • largeDepsNft: 8.2s
  • largeDepsZisi: 15.8s

Please sign in to comment.