Update cli.yml

simplify test-docs workflow
main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
parent be3fa169eb
commit 275ed591d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,17 +51,13 @@ jobs:
fail_ci_if_error: true
test-docs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.13]
name: test-docs
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Set up Go ${{ matrix.go }}
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
go-version: 1.13
- name: Use Node.js 12.x
uses: actions/setup-node@v1

Loading…
Cancel
Save