mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
include a step after config to cat ~/.invokeai
(#1629)
This commit is contained in:
parent
b60edab0fa
commit
103efea641
4
.github/workflows/test-invoke-conda.yml
vendored
4
.github/workflows/test-invoke-conda.yml
vendored
@ -106,6 +106,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python scripts/configure_invokeai.py --no-interactive --yes
|
python scripts/configure_invokeai.py --no-interactive --yes
|
||||||
|
|
||||||
|
- name: cat ~/.invokeai
|
||||||
|
id: cat-invokeai
|
||||||
|
run: cat ~/.invokeai
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
id: run-tests
|
id: run-tests
|
||||||
run: |
|
run: |
|
||||||
|
4
.github/workflows/test-invoke-pip.yml
vendored
4
.github/workflows/test-invoke-pip.yml
vendored
@ -105,6 +105,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
${{ env.pythonLocation }}/bin/python scripts/configure_invokeai.py --no-interactive --yes
|
${{ env.pythonLocation }}/bin/python scripts/configure_invokeai.py --no-interactive --yes
|
||||||
|
|
||||||
|
- name: cat ~/.invokeai
|
||||||
|
id: cat-invokeai
|
||||||
|
run: cat ~/.invokeai
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
id: run-tests
|
id: run-tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user