We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff88f6b commit 38c9af9Copy full SHA for 38c9af9
.github/workflows/cicd.yaml
@@ -6,7 +6,7 @@ on:
6
- main
7
8
jobs:
9
- test-and-build-api:
+ test-and-build-api-products:
10
name: Test and Build API
11
runs-on: ubuntu-latest
12
steps:
@@ -66,7 +66,7 @@ jobs:
66
test-and-build-scraper:
67
name: Test and Build Scraper
68
69
- needs: test-and-build-api
+ needs: test-and-build-api-products
70
71
- name: Checkout code
72
uses: actions/checkout@v4
@@ -173,7 +173,7 @@ jobs:
173
deploy:
174
name: Deploy
175
176
- needs: [test-and-build-api, test-and-build-scraper]
+ needs: [test-and-build-api-products, test-and-build-scraper, test-and-build-api-users]
177
178
179
0 commit comments