Skip to content

Commit

Permalink
(fix): get fdr test working ete (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Apr 16, 2024
1 parent f586fcd commit 2364b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/fdr-ete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'servers/fdr/**'
- '.github/workflows/deploy-fdr.yml'
- 'packages/fdr-sdk/**'
- 'pnpm-lock.yaml'

env:
PACKAGE_NAME: "@fern-platform/fdr"
Expand Down
2 changes: 1 addition & 1 deletion servers/fdr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN turbo prune @fern-platform/fdr --docker
FROM base AS installer
RUN apk add --no-cache libc6-compat
RUN apk update
RUN npm install -g pnpm fern-api
RUN npm install -g pnpm@v8.15.4 fern-api
WORKDIR /app

# Install deps
Expand Down

0 comments on commit 2364b6d

Please sign in to comment.