Skip to content

Commit 6f8eb67

Browse files
committed
add nightly run with trigger
1 parent 1251f94 commit 6f8eb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
node-version: 22.11.0 # See package.json for the stable node version that works with our testing. Do not change this unless you know what you are doing as some node versions do not play nicely with our testing server.
2727
- name: Install project dependencies
2828
run: npm ci
29+
# need to build so we have a stats file to reference
2930
- name: Build dev
3031
run: npm run cdn:build:dev
3132
# track build size as custom event

0 commit comments

Comments
 (0)