Skip to content

Commit c050a32

Browse files
#1425: move steps order in test runner
1 parent 5913f03 commit c050a32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v3
23+
- name: Set env variables
24+
run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
2325
- name: Set up Node.js
2426
uses: actions/setup-node@v3
2527
with:
2628
node-version: 18.17.1
2729
cache: 'yarn'
28-
- name: Set env variables
29-
run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
3030
- name: Install modules
3131
run: yarn install && yarn prisma:generate
3232
- name: Run tests

0 commit comments

Comments
 (0)