-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: dsinghvi <[email protected]>
- Loading branch information
1 parent
09245c0
commit f9b4b9c
Showing
7 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Test FDR ETE | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'fern/apis/fdr/**' | ||
- 'fern/fern.config.json' | ||
- 'servers/fdr-deploy/**' | ||
- 'servers/fdr/**' | ||
- '.github/workflows/deploy-fdr.yml' | ||
- 'packages/fdr-sdk/**' | ||
|
||
env: | ||
PACKAGE_NAME: "@fern-platform/fdr" | ||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} | ||
TURBO_TEAM: "buildwithfern" | ||
FERN_TOKEN: ${{ secrets.FERN_TOKEN }} | ||
|
||
jobs: | ||
run: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 2 # This helps turbo resolve changes faster | ||
|
||
- name: Install | ||
uses: ./.github/actions/install | ||
|
||
- name: Setup database | ||
# TODO: re-enable when moving to turbo | ||
# pnpm turbo --filter= docker:local | ||
run: | | ||
cd servers/fdr | ||
pnpm run docker:local | ||
pnpm run test:ete | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters