Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jul 24, 2024
1 parent e50f265 commit 499978d
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,39 +48,36 @@ jobs:

- name: Build packages
run: |
pushd interfaces
yarn run build
popd
pushd common
yarn run build
popd
pushd notification-service
npm start &
sleep 20
yarn run build
popd
pushd logger-service
npm start &
sleep 20
yarn run build
popd
pushd auth-service
npm start &
sleep 20
popd
yarn run build
popd
pushd queue-service
npm start &
sleep 20
yarn run build
popd
pushd guardian-service
npm start &
sleep 20
yarn run build
popd
pushd policy-service
npm start &
sleep 20
yarn run build
popd
pushd worker-service
npm start &
sleep 20
yarn run build
popd
pushd api-gateway
npm start &
sleep 20
yarn run build
popd
sleep 60
- name: Start NatsMQ
uses: onichandame/nats-action@a8144f9009c5f67c39edd6a50f9de659c44bd135 # v0.0.0
Expand Down

0 comments on commit 499978d

Please sign in to comment.