Skip to content

Commit

Permalink
ci: faster smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Apr 18, 2024
1 parent 411c2f3 commit a342bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uv pip install --system dist/*.whl
- name: Generate an image
run: |
imagine fruit --steps 3--size 512 --seed 1
imagine fruit --steps 3 --size 512 --seed 1
- uses: actions/upload-artifact@v3
with:
name: images
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate test-env
imagine fruit --steps 10 --size 512 --seed 1
imagine fruit --steps 3 --size 512 --seed 1
- uses: actions/upload-artifact@v3
with:
name: images
Expand Down

0 comments on commit a342bdd

Please sign in to comment.