File tree 2 files changed +20
-10
lines changed
2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
6
- pull_request :
7
- branches : [ main ]
5
+ # branches: [ main ]
6
+ # pull_request:
7
+ # branches: [ main ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Build dependencies
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
6
- paths :
7
- - ' deps/**'
8
- pull_request :
9
- branches : [ main ]
10
- paths :
11
- - ' deps/**'
5
+ # branches: [ main ]
6
+ # paths:
7
+ # - 'deps/**'
8
+ # pull_request:
9
+ # branches: [ main ]
10
+ # paths:
11
+ # - 'deps/**'
12
12
workflow_dispatch :
13
13
14
14
jobs :
33
33
git status
34
34
git diff
35
35
36
+ - name : Build and test lilliput with the new deps
37
+ run : |
38
+ go build
39
+ go test -v
40
+
36
41
- name : Compress deps
37
42
run : tar -czf deps.tar.gz deps/linux
38
43
65
70
git status
66
71
git diff
67
72
73
+ - name : Build and test lilliput with the new deps
74
+ run : |
75
+ go build
76
+ go test -v
77
+
68
78
- name : Compress deps
69
79
run : tar -czf deps.tar.gz deps/osx
70
80
You can’t perform that action at this time.
0 commit comments