Skip to content

Commit

Permalink
fix: create dummy directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 26, 2023
1 parent 12a1d60 commit e14ac24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
run: poetry install
- name: Run tests
run: |
mkdir -p frontend/dist/static
mkdir -p frontend/dist/assets
poetry run pytest -v --cov=app --cov-report=term-missing
- name: Coveralls
env:
Expand Down

0 comments on commit e14ac24

Please sign in to comment.