Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenZephyr committed Jan 15, 2025
1 parent a9e121d commit 359849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
path: ouroboros_repo
- name: Install Ouroboros
run: cd ${{ github.workspace }}/ouroboros_repo && pwd && pip install .
run: cd ${{ github.workspace }}/ouroboros_repo/vlc_db && pwd && pip install .
- name: Run test script
run: cd ${{ github.workspace }}/ouroboros_repo/tests && pytest
run: cd ${{ github.workspace }}/ouroboros_repo/vlc_db/tests && pytest
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 359849b

Please sign in to comment.