Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 6c6cb54

Browse files
committed
feat: cache build
1 parent ed252d6 commit 6c6cb54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
timeout-minutes: 20
1515
runs-on: ubuntu-latest
16-
# env:
17-
# NODE_OPTIONS: "--max-old-space-size=16384"
18-
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
19-
# TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
16+
env:
17+
# NODE_OPTIONS: "--max-old-space-size=16384"
18+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
19+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
2020

2121
steps:
2222
- name: Checkout branch

0 commit comments

Comments
 (0)