Commit 2353c42 1 parent 6138e7a commit 2353c42 Copy full SHA for 2353c42
File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
jest :
12
12
name : ' [FE] Test'
13
- environment :
14
- name : ${{ github.ref_name }}
13
+ environment : ci
15
14
runs-on : ubuntu-latest
16
15
steps :
17
16
- uses : actions/checkout@main
36
35
run : yarn test
37
36
lint :
38
37
name : ' [FE] Lint'
39
- environment :
40
- name : ${{ github.ref_name }}
38
+ environment : ci
41
39
runs-on : ubuntu-latest
42
40
steps :
43
41
- uses : actions/checkout@main
62
60
run : yarn lint
63
61
react-build :
64
62
name : ' [FE] Test Build'
65
- environment :
66
- name : ${{ github.ref_name }}
63
+ environment : ci
67
64
runs-on : ubuntu-latest
68
65
steps :
69
66
- uses : actions/checkout@main
88
85
run : yarn build
89
86
pytest :
90
87
name : ' [BE] Test'
91
- environment :
92
- name : ${{ github.ref_name }}
88
+ environment : ci
93
89
runs-on : ubuntu-latest
94
90
steps :
95
91
- uses : actions/checkout@main
You can’t perform that action at this time.
0 commit comments