Skip to content

Commit

Permalink
fix: Added relay build.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 12, 2024
1 parent cdd219e commit a37d45d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
- name: Create .env file
run: cp ./packages/server/tests/localAcceptance.env .env

- name: Install pnpm
run: npm install -g pnpm

- name: Build Typescript
run: npx lerna run build

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit a37d45d

Please sign in to comment.