Skip to content

Commit

Permalink
Update docker_and_pytest.yml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ozieblo-michal authored Jun 9, 2024
1 parent 8e2158a commit 82cbf7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_and_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image
run: docker build -t fastapi-template:latest .
run: docker build -t vitefast:latest .
- name: Run Pytest in /src directory
run: docker run --rm fastapi-template:latest /bin/sh -c "cd src && poetry run python -m pytest ."
run: docker run --rm vitefast:latest /bin/sh -c "cd src && poetry run python -m pytest ."


0 comments on commit 82cbf7a

Please sign in to comment.