Skip to content

Commit

Permalink
ci: Fixed github action path
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Dec 24, 2024
1 parent ee73613 commit 7394a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup
uses: ./github/actions/setup
uses: ./.github/actions/setup
- name: Run unit tests
run: |
python -m pytest tests/unit
Expand All @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup
uses: ./github/actions/setup
uses: ./.github/actions/setup
- name: Run integration tests
run: |
python -m pytest tests/integration
Expand Down

0 comments on commit 7394a3e

Please sign in to comment.