Skip to content

Commit

Permalink
[Fixes #271] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Aug 28, 2024
1 parent 97bfd72 commit 01c0e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Start containers
run: docker-compose -f "docker-compose-test.yaml" up -d --build
run: docker compose -f "docker-compose-test.yaml" up -d --build
- name: Run django entrypoint
run: docker exec django4importer /bin/sh -c "sh /usr/src/importer/entrypoint_test.sh"
- name: Run geonode-importer tests
Expand All @@ -34,4 +34,4 @@ jobs:
path: python-coverage-comment-action.txt
- name: Stop containers
if: always()
run: docker-compose -f "docker-compose-test.yaml" down
run: docker compose -f "docker-compose-test.yaml" down

0 comments on commit 01c0e57

Please sign in to comment.