include a step after config to cat ~/.invokeai (#1629)

This commit is contained in:
Matthias Wild 2022-11-30 03:34:24 +01:00 committed by GitHub
parent b60edab0fa
commit 103efea641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -106,6 +106,10 @@ jobs:
run: |
python scripts/configure_invokeai.py --no-interactive --yes
- name: cat ~/.invokeai
id: cat-invokeai
run: cat ~/.invokeai
- name: Run the tests
id: run-tests
run: |

View File

@ -105,6 +105,10 @@ jobs:
run: |
${{ env.pythonLocation }}/bin/python scripts/configure_invokeai.py --no-interactive --yes
- name: cat ~/.invokeai
id: cat-invokeai
run: cat ~/.invokeai
- name: Run the tests
id: run-tests
run: |