fix(cicd): wait and moved rust publish

This commit is contained in:
rafaelsideguide 2024-09-04 09:16:31 -03:00
parent 653b76fe3d
commit 28df353829

View File

@ -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