Commit 6138e7a 1 parent 5afeae3 commit 6138e7a Copy full SHA for 6138e7a
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
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
15
runs-on : ubuntu-latest
14
16
steps :
15
17
- uses : actions/checkout@main
34
36
run : yarn test
35
37
lint :
36
38
name : ' [FE] Lint'
39
+ environment :
40
+ name : ${{ github.ref_name }}
37
41
runs-on : ubuntu-latest
38
42
steps :
39
43
- uses : actions/checkout@main
58
62
run : yarn lint
59
63
react-build :
60
64
name : ' [FE] Test Build'
65
+ environment :
66
+ name : ${{ github.ref_name }}
61
67
runs-on : ubuntu-latest
62
68
steps :
63
69
- uses : actions/checkout@main
82
88
run : yarn build
83
89
pytest :
84
90
name : ' [BE] Test'
91
+ environment :
92
+ name : ${{ github.ref_name }}
85
93
runs-on : ubuntu-latest
86
94
steps :
87
95
- uses : actions/checkout@main
You can’t perform that action at this time.
0 commit comments