Skip to content

Commit b217f99

Browse files
authored
feat(CI): disable compiling in GH Actions (#102)
1 parent 92a450e commit b217f99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
go-version: '${{ matrix.go-version }}'
2222
- name: Run Go unit tests
2323
run: go test ./...
24-
- name: Build binaries
25-
run: ./compile.sh
2624
- name: 'Install node.js ${{ matrix.node-version }}'
2725
uses: actions/setup-node@v2-beta
2826
with:
@@ -43,8 +41,6 @@ jobs:
4341
uses: actions/setup-go@v2
4442
with:
4543
go-version: '1.16.x'
46-
- name: Build binaries
47-
run: ./compile.sh
4844
- name: 'Install node.js 16.x'
4945
uses: actions/setup-node@v2-beta
5046
with:

0 commit comments

Comments
 (0)