Skip to content

Commit b50256b

Browse files
fix(cicd): reference to unexisting step
1 parent fb66a5d commit b50256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
test-image:
6363
runs-on: ubuntu-latest
64-
needs: build-django
64+
needs: build-backend
6565
env:
6666
SECRET_KEY: ${{ secrets.SECRET_KEY }}
6767
steps:

0 commit comments

Comments
 (0)