Skip to content

Commit

Permalink
add config in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Mar 28, 2024
1 parent 4a9185e commit 5cc4a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Setup configurations
run: |
cp .env.toml env.toml
- name: Test with pytest
run: |
python3 -m pytest

0 comments on commit 5cc4a42

Please sign in to comment.