Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SeninoSeno committed Dec 15, 2023
2 parents 5bd007b + 78e0792 commit e643870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tags: ${{ env.TEST_TAG }}
- name: Test
run: |
docker run --rm ${{ env.TEST_TAG }} python manage.py test pokemoon.tests.PokemonsViewTest
docker run --rm ${{ env.TEST_TAG }} python manage.py test pokemoon.tests.PokemonsViewTest -v 2
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e643870

Please sign in to comment.