Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Oct 24, 2024
1 parent 6fe8dec commit c1491f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
run: poetry install --with dev --without docs --no-interaction

- name: Run fractal-server
run: sh tests/serve.sh
run: sh tests/serve.sh > /dev/null 2>&1 &

- name: Test with pytest
env:
COVERAGE_FILE: coverage-data-${{ matrix.python-version }}
PGPASSWORD: postgres
run: poetry run coverage run -m pytest > /dev/null 2>&1 &
run: poetry run coverage run -m pytest

- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c1491f6

Please sign in to comment.