fix(cicd): wait and moved rust publish
This commit is contained in:
@@ -57,6 +57,9 @@ jobs:
|
|||||||
run: npm run workers &
|
run: npm run workers &
|
||||||
working-directory: ./apps/api
|
working-directory: ./apps/api
|
||||||
id: start_workers
|
id: start_workers
|
||||||
|
- name: Wait for the application to be ready
|
||||||
|
run: |
|
||||||
|
sleep 10
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
run: |
|
run: |
|
||||||
npm run test:prod
|
npm run test:prod
|
||||||
@@ -338,6 +341,7 @@ jobs:
|
|||||||
build-and-publish-rust-sdk:
|
build-and-publish-rust-sdk:
|
||||||
name: Build and publish Rust SDK
|
name: Build and publish Rust SDK
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user