File tree Expand file tree Collapse file tree 2 files changed +28
-25
lines changed Expand file tree Collapse file tree 2 files changed +28
-25
lines changed Original file line number Diff line number Diff line change 1
1
2
- name : Update Dependencies and Test on Windows
2
+ name : Update Dependencies
3
3
4
4
on :
5
5
push :
6
6
branches : [ master ]
7
- pull_request :
8
- branches : [ master ]
9
7
repository_dispatch :
10
- # go-wechaty updated
11
8
types : [ updatedeps ]
12
9
13
10
jobs :
47
44
48
45
[1]: https://github.com/peter-evans/create-pull-request
49
46
branch : update-dependencies
50
-
51
- Build :
52
- name : Build on Windows
53
- # needs: UpdateDep
54
- # Test on Windows
55
- runs-on : windows-latest
56
-
57
- steps :
58
- - name : Checkout
59
- uses : actions/checkout@v2
60
-
61
- - name : Setup Go environment
62
-
63
- with :
64
- go-version : 1.14.4 # optional
65
-
66
- - name : Build Dingdongbot
67
- run : |
68
- go vet ./...
69
- make install
70
- make test
Original file line number Diff line number Diff line change
1
+ name : Test on Windows
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+ pull_request :
7
+ branches : [ master ]
8
+
9
+ jobs :
10
+ Build :
11
+ name : Build on Windows
12
+ runs-on : windows-latest
13
+
14
+ steps :
15
+ - name : Checkout
16
+ uses : actions/checkout@v2
17
+
18
+ - name : Setup Go environment
19
+
20
+ with :
21
+ go-version : 1.14.4 # optional
22
+
23
+ - name : Build Dingdongbot
24
+ run : |
25
+ go vet ./...
26
+ make install
27
+ make test
You can’t perform that action at this time.
0 commit comments