We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5913f03 commit c050a32Copy full SHA for c050a32
1 file changed
.github/workflows/run-tests.yml
@@ -20,13 +20,13 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
+ - name: Set env variables
24
+ run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
25
- name: Set up Node.js
26
uses: actions/setup-node@v3
27
with:
28
node-version: 18.17.1
29
cache: 'yarn'
- - name: Set env variables
- 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