mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 05:25:57 +08:00
fix(cicd): wait and moved rust publish
This commit is contained in:
parent
653b76fe3d
commit
28df353829
4
.github/workflows/fly.yml
vendored
4
.github/workflows/fly.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user