Skip to content

Commit

Permalink
chore: fix ci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow committed Aug 30, 2024
1 parent 210452e commit 53b23ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conformity-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: Create .env file
run: cp ./packages/server/tests/localAcceptance.env .env

- name: Add ws specific env variables
run: |
echo "SUBSCRIPTIONS_ENABLED=true" >> .env
echo "TEST_WS_SERVER=true" >> .env
- name: Install pnpm
run: npm install -g pnpm

Expand Down

0 comments on commit 53b23ae

Please sign in to comment.