File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 34
34
- name : Building Project
35
35
run : pnpm build
36
36
37
- - name : Setting Up Environment File
38
- uses :
SpicyPizza/[email protected]
39
- with :
40
- envkey_BASE_PATH : /api
41
- envkey_CLUSTERING : false
42
- envkey_NODE_ENV : production
43
- envkey_PORT : 3000
44
-
45
37
- name : Running Test
46
38
run : pnpm test
39
+ env :
40
+ CLUSTERING : false
41
+ PORT : 3000
Original file line number Diff line number Diff line change @@ -28,16 +28,11 @@ jobs:
28
28
- name : Installing Project Dependencies
29
29
run : pnpm install
30
30
31
- - name : Setting Up Environment File
32
- uses :
SpicyPizza/[email protected]
33
- with :
34
- envkey_BASE_PATH : /api
35
- envkey_CLUSTERING : false
36
- envkey_NODE_ENV : production
37
- envkey_PORT : 3000
38
-
39
31
- name : Exporting API JSON
40
32
run : pnpm swagger
33
+ env :
34
+ CLUSTERING : false
35
+ PORT : 3000
41
36
42
37
- name : Updating API Documentation
43
38
You can’t perform that action at this time.
0 commit comments