From 275ed591d30d5a217cc42bfa016e859104b2c95d Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Tue, 14 Jan 2020 11:43:41 +0530 Subject: [PATCH] Update cli.yml simplify test-docs workflow --- .github/workflows/cli.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 0582acf..a8ee5bb 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -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