Skip to content

Commit 5877f17

Browse files
committed
add github actions
1 parent 2425908 commit 5877f17

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
-p 5003:8765 \
7979
${{ env.IMAGE }}-final:latest
8080
- name: Install requirements
81-
run: docker exec fastapi-tdd pip install black==20.8b1 flake8===3.8.4 isort==5.6.4 pytest==6.2.0
81+
run: docker exec fastapi-tdd pip install black==20.8b1 flake8===3.8.4 isort==5.7.0 pytest==6.2.2
8282
- name: Pytest
8383
run: docker exec fastapi-tdd python -m pytest .
8484
- name: Flake8
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
needs: [build, test]
9595
env:
96-
HEROKU_APP_NAME: secret-crag-02876
96+
HEROKU_APP_NAME: sleepy-crag-31653
9797
HEROKU_REGISTRY_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/summarizer
9898
steps:
9999
- name: Checkout master

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Test-Driven Development with FastAPI and Docker
22

3-
![Continuous Integration and Delivery](https://github.com/testdrivenio/fastapi-tdd-docker/workflows/Continuous%20Integration%20and%20Delivery/badge.svg?branch=master)
4-
5-
https://testdriven.io/courses/tdd-fastapi/
3+
![Continuous Integration and Delivery](https://github.com/YOUR_GITHUB_NAMESPACE/fastapi-tdd-docker/workflows/Continuous%20Integration%20and%20Delivery/badge.svg?branch=master)

0 commit comments

Comments
 (0)