Skip to content

Commit

Permalink
fix: pre-build in external check
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 27, 2023
1 parent 3250b71 commit 80e7230
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/external-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
export NODE_OPTIONS="--max-old-space-size=8096"
pnpm run test
- name: Build
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
export USERCENTRICS="65ynhGFvE"
pnpm run build
- name: Test build
run: |
export NODE_OPTIONS="--max-old-space-size=8096"
Expand Down

0 comments on commit 80e7230

Please sign in to comment.