File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed
Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717
18- prepare_tools :
18+ build :
1919 name : Prepare the Tools
2020 runs-on : ubuntu-latest
2121 steps :
@@ -31,35 +31,15 @@ jobs:
3131 - name : Install promu
3232 run : make promu
3333
34- - name : Upload Project Source Code
35- uses : actions/upload-artifact@v1
36- with :
37- name : prj_src
38- path : .
39-
40- - name : Show Project Files
41- run : ls -la
42-
43- test :
44- name : Test
45- needs : prepare_tools
46- runs-on : ubuntu-latest
47- steps :
48- - name : Download Project Source Code
49- uses : actions/download-artifact@v1
50- with :
51- name : prj_src
52-
53- - name : Move Project Source Code to Root Path
54- run : mv prj_src/* . && rm -rf prj_src/
55- shell : bash
56-
57- - name : Show Project Files
34+ - name : Show Project Files Before Make
5835 run : ls -la
5936
6037 - name : Build and Test
6138 run : make
6239
40+ - name : Show Project Files After Make
41+ run : ls -la
42+
6343 - name : Check code modifications
6444 run : git diff --exit-code
6545
You can’t perform that action at this time.
0 commit comments