Skip to content

Commit

Permalink
fix(ci): envをコピーして持ってくる
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKOYASAN committed Nov 1, 2023
1 parent e755f38 commit 4d0dcb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: dependency install
run: pip install -e ".[dev]"
- name: copy env
run: cp .env.example .env
- name: test
run: tox

0 comments on commit 4d0dcb5

Please sign in to comment.