Skip to content

Commit

Permalink
feat(CI): disable compiling in GH Actions (pelias#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink authored Jul 21, 2021
1 parent 92a450e commit b217f99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
go-version: '${{ matrix.go-version }}'
- name: Run Go unit tests
run: go test ./...
- name: Build binaries
run: ./compile.sh
- name: 'Install node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v2-beta
with:
Expand All @@ -43,8 +41,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '1.16.x'
- name: Build binaries
run: ./compile.sh
- name: 'Install node.js 16.x'
uses: actions/setup-node@v2-beta
with:
Expand Down

0 comments on commit b217f99

Please sign in to comment.