Skip to content

Commit b888148

Browse files
committed
github/workflows: address comments from golang.org/cl/223677
- remove extra white spaces - remove orphaned reference of matrix - make it use VS Code Insiders for testing
1 parent 9d47f7f commit b888148

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
golang.org/x/lint/golint \
5050
golang.org/x/tools/cmd/gorename
5151
env:
52-
GO111MODULE: on
53-
52+
GO111MODULE: on
53+
5454
- name: Install Go tools (GOPATH mode)
5555
run: |
5656
go version
@@ -60,21 +60,20 @@ jobs:
6060
# Because some tests depend on the source code checked in GOPATH. TODO: FIX THEM.
6161
env:
6262
GO111MODULE: off
63-
63+
6464
- name: Prepare Release
6565
run: build/all.bash prepare_nightly
6666

6767
- name: Run unit tests
6868
run: npm run unit-test
6969
continue-on-error: true
70-
70+
7171
- name: Run tests
7272
uses: GabrielBB/[email protected]
7373
with:
7474
run: npm run test
7575
env:
76-
CODE_VERSION: ${{ matrix.version }}
77-
continue-on-error: ${{ matrix.version == 'insiders' }}
76+
CODE_VERSION: 'insiders'
7877

7978
- name: Publish
8079
if: github.ref == 'refs/heads/master' && github.repository == 'golang/vscode-go'

0 commit comments

Comments
 (0)