Skip to content

Commit

Permalink
ci(fix): docker job needs build_and_test
Browse files Browse the repository at this point in the history
  • Loading branch information
albugowy15 committed Jun 30, 2024
1 parent 5fd0414 commit c89f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

docker:
runs-on: ubuntu-latest
needs: check
needs: build_and_test
steps:
- uses: actions/checkout@v4
- name: Build Docker image
Expand Down

0 comments on commit c89f468

Please sign in to comment.