Skip to content

Commit 5913f03

Browse files
#1425: Set finance team id in workflow env
1 parent f8f51b2 commit 5913f03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
node-version: 18.17.1
2727
cache: 'yarn'
28+
- name: Set env variables
29+
run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
2830
- name: Install modules
2931
run: yarn install && yarn prisma:generate
3032
- name: Run tests

0 commit comments

Comments
 (0)