We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc90f6e + c9db51b commit 7a2ba7cCopy full SHA for 7a2ba7c
2 files changed
.github/workflows/test.yml
@@ -1,7 +1,10 @@
1
name: test
2
3
on:
4
+ pull_request:
5
+ branches: [master]
6
push:
7
8
paths:
9
- '**.go'
10
- '.github/workflows/test.yml'
@@ -13,7 +16,7 @@ jobs:
13
16
- name: Setup Go
14
17
uses: actions/setup-go@v1
15
18
with:
- go-version: 1.13
19
+ go-version: '1.14.x'
20
- name: Checkout
21
uses: actions/checkout@v2
22
- name: Test
ci_test.go
@@ -740,9 +740,9 @@ func TestGitHubActions(t *testing.T) {
740
ci: CI{
741
PR: PullRequest{
742
Revision: "abcdefg",
743
- Number: 0,
+ Number: 0,
744
},
745
- URL: "https://github.com/mercari/tfnotify/runs/12345",
+ URL: "https://github.com/mercari/tfnotify/actions/runs/12345",
746
747
ok: true,
748
0 commit comments