Skip to content

Commit

Permalink
remove TESTS_FOLDER
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 15, 2025
1 parent 1ccb519 commit 9c76aeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SOURCE_FOLDER=src/cvx
TESTS_FOLDER=src/tests
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Load .env file
uses: xom9ikk/dotenv@v2 # Dedicated action for loading .env files

- uses: cvxgrp/.github/actions/uv/test@v2.0.3
with:
python-version: ${{ matrix.python-version }}
tests-folder: ${{ env.TESTS_FOLDER }}
tests-folder: src/tests
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.3
with:
source-folder: ${{ env.SOURCE_FOLDER }}
tests-folder: ${{ env.TESTS_FOLDER }}
tests-folder: src/tests

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 9c76aeb

Please sign in to comment.