Skip to content

Commit 2dab039

Browse files
authored
Fix nightly workflow definition and add reuse context (#1035)
1 parent cdc6276 commit 2dab039

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ jobs:
1212
with:
1313
test-type: ci-nightly
1414
test-timeout-minutes: 360 # yes, 6 hours
15+
reuse-v8-context: false
16+
nightly-reuse-context:
17+
uses: ./.github/workflows/stress.yml
18+
with:
19+
test-type: ci-nightly
20+
test-timeout-minutes: 360 # yes, 6 hours
21+
reuse-v8-context: true

0 commit comments

Comments
 (0)