test action

This commit is contained in:
daozhao chen 2023-04-26 08:31:10 +00:00
parent 8641f24020
commit a6c301dc16

View file

@ -15,13 +15,14 @@ jobs:
strategy:
matrix:
profile:
- auto
- sygil
- invoke
- comfy
# - auto
# - sygil
# - invoke
# - comfy
- download
runs-on: ubuntu-latest
name: ${{ matrix.profile }}
steps:
- uses: actions/checkout@v3
- run: docker compose --profile ${{ matrix.profile }} build --progress plain
- run: echo "docker build is ok."