Skip to content

Commit

Permalink
Checkout project
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPaton committed Dec 4, 2024
1 parent 4d81534 commit 073cb1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- python: '3.13'
prerelease: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
name: Setup project
with:
Expand All @@ -29,13 +30,15 @@ jobs:
needs: unit-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
name: Setup project
- run: uv run pytest -lvk "integration"

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
name: Setup project
- uses: pre-commit/action@v3.0.1
Expand All @@ -46,6 +49,7 @@ jobs:
needs: [unit-test, lint, integration-test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
name: Setup project
- run: |
Expand Down

0 comments on commit 073cb1d

Please sign in to comment.