Skip to content

Commit 38c9af9

Browse files
committed
Add CI/CD workflow for testing and building API products
1 parent ff88f6b commit 38c9af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
test-and-build-api:
9+
test-and-build-api-products:
1010
name: Test and Build API
1111
runs-on: ubuntu-latest
1212
steps:
@@ -66,7 +66,7 @@ jobs:
6666
test-and-build-scraper:
6767
name: Test and Build Scraper
6868
runs-on: ubuntu-latest
69-
needs: test-and-build-api
69+
needs: test-and-build-api-products
7070
steps:
7171
- name: Checkout code
7272
uses: actions/checkout@v4
@@ -173,7 +173,7 @@ jobs:
173173
deploy:
174174
name: Deploy
175175
runs-on: ubuntu-latest
176-
needs: [test-and-build-api, test-and-build-scraper]
176+
needs: [test-and-build-api-products, test-and-build-scraper, test-and-build-api-users]
177177
steps:
178178
- name: Checkout code
179179
uses: actions/checkout@v4

0 commit comments

Comments
 (0)