Skip to content

Commit

Permalink
sub dir change
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Fitzgerald committed Aug 21, 2024
1 parent 131314e commit 5df2d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
python-version-file: "backend/pyproject.toml"
- name: Test with pytest
env:
TODOIST_TOKEN: ${{ secrets.TODOIST_TOKEN }}
run: |
cd backend
uv sync --all-extras --dev
uv run poe test_pipeline
- name: Coveralls GitHub Action
Expand Down

0 comments on commit 5df2d06

Please sign in to comment.