Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 14, 2024
1 parent 044b9ce commit c54f4c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ jobs:
uses: ./.github/actions/install

- name: 🧪 Build generator-cli
run: |
pnpm turbo compile
pnpm --filter=@fern-api/generator-cli dist:cli
run: pnpm turbo --filter=@fern-api/generator-cli compile

- name: Run tests
run: pnpm test
Expand All @@ -122,9 +120,7 @@ jobs:
docker-compose --version
- name: Run tests against local FDR
run: |
cd servers/fdr
pnpm test:local
run: pnpm --filter=@fern-platform/fdr test:local
env:
CI: true

Expand Down

0 comments on commit c54f4c3

Please sign in to comment.