Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaitz committed Nov 26, 2024
1 parent d5cb5fa commit c0d83ec
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci-cd.yml → .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test-Build-Deploy
name: Test-Deploy

on: push

Expand All @@ -13,18 +13,9 @@ jobs:
- run: uv pip install -e .
- run: uv run pytest tests/tests.py

build:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv python install 3.12
- run: uv build

deploy:
if: startsWith(github.ref, 'refs/tags')
needs: build
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c0d83ec

Please sign in to comment.