Skip to content

Commit

Permalink
update dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent 3ae23d5 commit 43afd97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = "--cov=aim --cov-report=term-missing:skip-covered"
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3.0
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.11
Expand All @@ -22,6 +22,4 @@ jobs:
- name: setup pytest.ini
run: mv .github/pytest.ini pytest.ini
- name: Run tests
run: poetry run pytest
- name: ls
run: ls
run: poetry run pytest

0 comments on commit 43afd97

Please sign in to comment.