Skip to content

Commit

Permalink
ci: play tests
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jan 9, 2025
1 parent 8ee9f4e commit 1455f51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package Application
name: Test and build
on: push

env:
Expand All @@ -14,6 +14,11 @@ jobs:
- uses: astral-sh/setup-uv@v4
- uses: actions/checkout@v4

- name: Run tests
run: |
uv pip install -e .
uv run --frozen pytest test
- name: Set version from tag or commit SHA
run: |
case ${{ github.ref }} in
Expand Down

0 comments on commit 1455f51

Please sign in to comment.