We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105d330 commit e636523Copy full SHA for e636523
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Checkout
50
uses: actions/checkout@v3
51
with:
52
- ref: main
+ ref: updates
53
- name: Log in to GitHub Packages
54
run: echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin ghcr.io
55
env:
@@ -82,8 +82,6 @@ jobs:
82
-e DATABASE_TEST_URL=sqlite://sqlite.db \
83
-p 5003:8765 \
84
${{ env.IMAGE }}-final:latest
85
- - name: Foo
86
- run: docker exec fastapi-tdd python3 -V
87
- name: Install requirements
88
run: docker exec fastapi-tdd python3 -m pip install black==25.1.0 flake8==7.2.0 isort==6.0.1 pytest==8.3.5
89
- name: Pytest
0 commit comments