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

Commit

Permalink
fix: integration test needs to use run.js instead of run.mjs (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Nov 22, 2023
1 parent fd6c7e6 commit 1c7ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: zip-it-and-ship-it
- name: Building and deploying site
run:
$GITHUB_WORKSPACE/netlify-cli/bin/run.mjs deploy --build --json --site ${{ secrets.NETLIFY_SITE_ID }} --auth
$GITHUB_WORKSPACE/netlify-cli/bin/run.js deploy --build --json --site ${{ secrets.NETLIFY_SITE_ID }} --auth
${{ secrets.NETLIFY_TOKEN }} --cwd demos/default --functions .netlify/functions > .netlify-deploy-log.json
working-directory: test-site
- name: Parsing deploy result
Expand Down

1 comment on commit 1c7ce98

@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: 1.5s
  • largeDepsNft: 5.5s
  • largeDepsZisi: 10.4s

Please sign in to comment.