We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a450e commit b217f99Copy full SHA for b217f99
.github/workflows/push.yml
@@ -21,8 +21,6 @@ jobs:
21
go-version: '${{ matrix.go-version }}'
22
- name: Run Go unit tests
23
run: go test ./...
24
- - name: Build binaries
25
- run: ./compile.sh
26
- name: 'Install node.js ${{ matrix.node-version }}'
27
uses: actions/setup-node@v2-beta
28
with:
@@ -43,8 +41,6 @@ jobs:
43
41
uses: actions/setup-go@v2
44
42
45
go-version: '1.16.x'
46
47
48
- name: 'Install node.js 16.x'
49
50
0 commit comments