Skip to content

Commit

Permalink
modified build file; docker job should wait for build job to be compl…
Browse files Browse the repository at this point in the history
…eted
  • Loading branch information
mamadrabiie committed Nov 13, 2023
1 parent 4eee205 commit 93200c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: build/

docker:
depends-on: build
needs: build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 93200c0

Please sign in to comment.