Skip to content

Commit 9d8aeb7

Browse files
committed
enable journaling in examples CI
Now that all tests pass in pulumi/pulumi CI when journaling is enabled (pulumi/pulumi#20990) also enable it in this repo.
1 parent e2ef52d commit 9d8aeb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- run-tests-command
1111
workflow_dispatch: {}
1212

13+
env:
14+
PULUMI_ENABLE_JOURNALING: "true"
15+
1316
jobs:
1417
lint-ts:
1518
name: TypeScript lint checks
@@ -175,7 +178,7 @@ jobs:
175178
tool-cache: false
176179
swap-storage: false
177180
dotnet: false
178-
181+
179182
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
180183

181184
- name: Set up the environment

0 commit comments

Comments
 (0)