Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed May 18, 2023
1 parent 306aef0 commit 6b9a817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ config/bangumi.json/config/bangumi.json
dist.zip
data
config
/src/config
/src/data
.pytest_cache
test
.env
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Test
working-directory: ./src
run: |
mkdir -p config
pytest
dev-latest:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Test
working-directory: ./src
run: |
mkdir -p config
pytest

Expand Down

0 comments on commit 6b9a817

Please sign in to comment.