Skip to content

Commit

Permalink
feat: pipeline telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 29, 2023
1 parent b70eb99 commit 2c509e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checkout-test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
run: |
unzip -o embed.zip
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1

- name: Build project
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
Expand Down Expand Up @@ -152,6 +155,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Prepare
uses: ./.github/actions/checkout-install
with:
apt: true

- uses: actions/download-artifact@v3
with:
name: full-build-${{ github.sha }}
Expand Down

0 comments on commit 2c509e0

Please sign in to comment.