Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeninoSeno authored Dec 15, 2023
1 parent 6ebf8d6 commit 78e0792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
docker:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -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 78e0792

Please sign in to comment.