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

Commit

Permalink
chore(ci): print deploy result (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Oct 9, 2023
1 parent 25c1ae4 commit 90325b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
${{ secrets.NETLIFY_TOKEN }} --cwd demos/default --functions .netlify/functions > .netlify-deploy-log.json
working-directory: test-site
- name: Parsing deploy result
run: node scripts/parse_deploy_result.mjs ./.netlify-deploy-log.json >> $GITHUB_ENV
run: |
cat ./.netlify-deploy-log.json
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_ENVrun: node scripts/parse_deploy_result.mjs ./.netlify-deploy-log.json >> $GITHUB_ENV
working-directory: test-site
- name: Cypress run
uses: cypress-io/github-action@v5
Expand Down
23 changes: 0 additions & 23 deletions scripts/parse_deploy_result.mjs

This file was deleted.

1 comment on commit 90325b2

@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.7s
  • largeDepsNft: 8.4s
  • largeDepsZisi: 16.3s

Please sign in to comment.