Skip to content

Commit 103efea

Browse files
authored
include a step after config to cat ~/.invokeai (#1629)
1 parent b60edab commit 103efea

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/test-invoke-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
run: |
107107
python scripts/configure_invokeai.py --no-interactive --yes
108108
109+
- name: cat ~/.invokeai
110+
id: cat-invokeai
111+
run: cat ~/.invokeai
112+
109113
- name: Run the tests
110114
id: run-tests
111115
run: |

.github/workflows/test-invoke-pip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
run: |
106106
${{ env.pythonLocation }}/bin/python scripts/configure_invokeai.py --no-interactive --yes
107107
108+
- name: cat ~/.invokeai
109+
id: cat-invokeai
110+
run: cat ~/.invokeai
111+
108112
- name: Run the tests
109113
id: run-tests
110114
run: |

0 commit comments

Comments
 (0)