Skip to content

Commit

Permalink
Merge pull request #71 from johejo/fix/gh_actions_test_failure
Browse files Browse the repository at this point in the history
fix test failure with #70
  • Loading branch information
b4b4r07 authored Apr 16, 2020
2 parents fc90f6e + c9db51b commit 7a2ba7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: test

on:
pull_request:
branches: [master]
push:
branches: [master]
paths:
- '**.go'
- '.github/workflows/test.yml'
Expand All @@ -13,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: '1.14.x'
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand Down
4 changes: 2 additions & 2 deletions ci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,9 @@ func TestGitHubActions(t *testing.T) {
ci: CI{
PR: PullRequest{
Revision: "abcdefg",
Number: 0,
Number: 0,
},
URL: "https://github.com/mercari/tfnotify/runs/12345",
URL: "https://github.com/mercari/tfnotify/actions/runs/12345",
},
ok: true,
},
Expand Down

0 comments on commit 7a2ba7c

Please sign in to comment.