Skip to content

Commit 52571e3

Browse files
use code manager
1 parent 4211f2a commit 52571e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-replace-failed-postgresql.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
--modulepath spec/fixtures/modules \
8888
architecture=${{ matrix.install_architecture }} \
8989
version=${{ matrix.version }} \
90-
console_password=${{ secrets.CONSOLE_PASSWORD }}
90+
console_password=${{ secrets.CONSOLE_PASSWORD }} \
91+
code_manager_auto_configure=true
9192
- name: Output contents of litmus_inventory.yaml
9293
run: |
9394
cat spec/fixtures/litmus_inventory.yaml

0 commit comments

Comments
 (0)