Skip to content

Commit

Permalink
fix: add make to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olahsymbo committed Jan 7, 2024
1 parent 20e2204 commit 35d9603
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,14 @@ jobs:
run: poetry install
if: steps.cache.outputs.cache-hit != 'true'

- name: Install Task
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint with task
run: task format
run: make format

- name: Test with Pytest
run: task test
run: make test

- name: Build Dist
run: poetry build
run: make build

release:
needs: build
Expand Down

0 comments on commit 35d9603

Please sign in to comment.