Skip to content

Commit bf18464

Browse files
authored
Update ci.yml
1 parent e2e2e00 commit bf18464

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
frontend-test:
5757
runs-on: ubuntu-latest
58+
needs: ['build-and-push']
5859

5960
steps:
6061
- name: Checkout code
@@ -79,6 +80,7 @@ jobs:
7980
8081
backend-test:
8182
runs-on: ubuntu-latest
83+
needs: ['build-and-push']
8284

8385
steps:
8486
- name: Checkout code

0 commit comments

Comments
 (0)