Skip to content

Commit

Permalink
rm webui
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 26, 2024
1 parent f74d620 commit 4bce30c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
path: |
onediff
ComfyUI
${{ env.WEBUI_SRC_DIR }}
compression-level: 9

valiad-src-pkg:
Expand All @@ -178,16 +177,12 @@ jobs:
run: |
mv onediff/* ${{ github.workspace }}
mv ComfyUI ${{ github.workspace }}/ComfyUI
mv ${{env.WEBUI_SRC_DIR}} ${{ github.workspace }}/${{env.WEBUI_SRC_DIR}}
- name: Print src
run: |
ls -al
- name: Print ComfyUI
run: |
ls -al ComfyUI
- name: Print ${{env.WEBUI_SRC_DIR}}
run: |
ls -al ${{env.WEBUI_SRC_DIR}}
run-examples:
name: " ${{ matrix.test-suite }} ${{ matrix.image }}"
Expand Down Expand Up @@ -256,7 +251,6 @@ jobs:
run: |
mv onediff/* ${{ github.workspace }}
mv ComfyUI ${{ github.workspace }}/ComfyUI
mv ${{env.WEBUI_SRC_DIR}} ${{ github.workspace }}/${{env.WEBUI_SRC_DIR}}
- name: Clean docker containers
run: |
docker rm -f ${{ env.CONTAINER_NAME }} || true
Expand Down

0 comments on commit 4bce30c

Please sign in to comment.