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

Commit

Permalink
ci: fix integration tests (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Aug 17, 2023
1 parent abf8927 commit 3425703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: Building and deploying site
run:
$GITHUB_WORKSPACE/netlify-cli/bin/run.mjs deploy --build --json --site ${{ secrets.NETLIFY_SITE_ID }} --auth
${{ secrets.NETLIFY_TOKEN }} --functions .netlify/functions > .netlify-deploy-log.json
working-directory: test-site/demos/default
${{ secrets.NETLIFY_TOKEN }} --cwd demos/default --functions .netlify/functions > .netlify-deploy-log.json
working-directory: test-site
- name: Parsing deploy result
run: |
node -e "console.log('deploy_log_url=' + require('./.netlify-deploy-log.json').logs)" >> $GITHUB_ENV
node -e "console.log('deploy_url=' + require('./.netlify-deploy-log.json').deploy_url)" >> $GITHUB_ENV
working-directory: test-site/demos/default
working-directory: test-site
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down

1 comment on commit 3425703

@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: 3.8s
  • largeDepsNft: 11.8s
  • largeDepsZisi: 22.4s

Please sign in to comment.