We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f51b2 commit 5913f03Copy full SHA for 5913f03
1 file changed
.github/workflows/run-tests.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
node-version: 18.17.1
27
cache: 'yarn'
28
+ - name: Set env variables
29
+ run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
30
- name: Install modules
31
run: yarn install && yarn prisma:generate
32
- name: Run tests
0 commit comments