Skip to content

Commit

Permalink
Merge branch 'github-actions' of https://github.com/asahasrabuddhe/cli
Browse files Browse the repository at this point in the history
…into github-actions
  • Loading branch information
asahasrabuddhe committed Dec 7, 2019
2 parents 0dcb259 + bac545c commit c6a1e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Expand Up @@ -43,15 +43,15 @@ jobs:
npm install markdown-toc
- name: Run Tests (v1)
if: contains(github.ref, 'v1')
if: contains(github.base_ref, 'v1')
run: |
go run build.go vet
go run build.go test
go run build.go gfmrun docs/v1/manual.md
go run build.go toc docs/v1/manual.md
- name: Run Tests (v2)
if: contains(github.ref, 'master')
if: contains(github.base_ref, 'master')
run: |
go run build.go vet
go run build.go test
Expand Down

0 comments on commit c6a1e51

Please sign in to comment.