Skip to content

Commit a72adcc

Browse files
fix: add backend env file
1 parent e4a5a77 commit a72adcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
POSTGRES_PORT = "${{ secrets.POSTGRES_PORT }}"
9696
EOL
9797
98+
- name: Create backend env file
99+
run: |
100+
touch packages/backend/.env
101+
98102
- name: Run unit tests
99103
run: pnpm run test:unit
100104

0 commit comments

Comments
 (0)