Skip to content

Commit

Permalink
TMP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Mar 5, 2024
1 parent 0c56fd5 commit 82d24f0
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 @@ -10,6 +10,7 @@ jobs:
name: 'Run tests and build docker image'
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
python_version:
- '3.7'
Expand Down Expand Up @@ -67,6 +68,8 @@ jobs:
- name: 'Start testing database'
run: /bin/bash ./scripts/start_test_database.sh

- run: docker run --rm harvesting_tests pip list | grep -i shapely

- name: 'Run tests'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 82d24f0

Please sign in to comment.