Skip to content

Commit

Permalink
ci: update plots and upload
Browse files Browse the repository at this point in the history
to debug failure
  • Loading branch information
loiccoyle committed Sep 21, 2024
1 parent de70486 commit 53f92c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ jobs:
- name: Run pytest
run: poetry run pytest -q tests -v
env:
TINYTICKER_UPDATE_REF_PLOTS: 1
CRYPTOCOMPARE_API_KEY: ${{secrets.CRYPTOCOMPARE_API_KEY}}
GPIOZERO_PIN_FACTORY: mock
- name: Upload plots
uses: actions/upload-artifact@v4
with:
name: tinyticker_plots_${{matrix.python-version}}
path: tests/data/layouts

release:
name: release
Expand Down

0 comments on commit 53f92c2

Please sign in to comment.