Skip to content

Commit

Permalink
createdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 5, 2024
1 parent d9befca commit 0ec1fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: poetry install --with dev --without docs --no-interaction

- name: Create DB
run: createdb pytest-fractal-client

- name: Test with pytest
env:
COVERAGE_FILE: coverage-data-${{ matrix.python-version }}
Expand Down

0 comments on commit 0ec1fce

Please sign in to comment.