Skip to content

Commit e636523

Browse files
committed
updates
1 parent 105d330 commit e636523

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v3
5151
with:
52-
ref: main
52+
ref: updates
5353
- name: Log in to GitHub Packages
5454
run: echo ${GITHUB_TOKEN} | docker login -u ${GITHUB_ACTOR} --password-stdin ghcr.io
5555
env:
@@ -82,8 +82,6 @@ jobs:
8282
-e DATABASE_TEST_URL=sqlite://sqlite.db \
8383
-p 5003:8765 \
8484
${{ env.IMAGE }}-final:latest
85-
- name: Foo
86-
run: docker exec fastapi-tdd python3 -V
8785
- name: Install requirements
8886
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
8987
- name: Pytest

0 commit comments

Comments
 (0)