From 8beff16f85c2fa4402a04dfcfa9c5cedfcce6598 Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 30 Nov 2022 02:48:57 +0100 Subject: [PATCH] include a step after config to `cat ~/.invokeai` --- .github/workflows/test-invoke-conda.yml | 4 ++++ .github/workflows/test-invoke-pip.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 99ae0c256ae..1984881d3d2 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -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: | diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index ce1d1ad6d77..3904592121e 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -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: |