Skip to content

Commit 48eaa18

Browse files
committed
fixup! chore: make dependency checks nicer
1 parent c524507 commit 48eaa18

File tree

2 files changed

+6
-177
lines changed

2 files changed

+6
-177
lines changed

.github/workflows/coder.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
path: ${{ steps.go-cache-paths.outputs.go-mod }}
189189
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
190190

191-
- name: Install goreleaser
191+
- name: Install gotestsum
192192
uses: jaxxstorm/action-install-gh-release@v1.7.1
193193
env:
194194
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -226,7 +226,7 @@ jobs:
226226
token: ${{ secrets.CODECOV_TOKEN }}
227227
files: ./gotests.coverage
228228
flags: unittest-go-${{ matrix.os }}
229-
# this flakes and sometimes fails the build
229+
# this flakes and sometimes fails the build
230230
fail_ci_if_error: false
231231

232232
test-go-postgres:
@@ -258,7 +258,7 @@ jobs:
258258
path: ${{ steps.go-cache-paths.outputs.go-mod }}
259259
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
260260

261-
- name: Install goreleaser
261+
- name: Install gotestsum
262262
uses: jaxxstorm/action-install-gh-release@v1.7.1
263263
env:
264264
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -310,7 +310,7 @@ jobs:
310310
token: ${{ secrets.CODECOV_TOKEN }}
311311
files: ./gotests.coverage
312312
flags: unittest-go-postgres-${{ matrix.os }}
313-
# this flakes and sometimes fails the build
313+
# this flakes and sometimes fails the build
314314
fail_ci_if_error: false
315315

316316
deploy:
@@ -366,18 +366,11 @@ jobs:
366366
restore-keys: |
367367
js-${{ runner.os }}-
368368
369-
- uses: goreleaser/goreleaser-action@v3
370-
with:
371-
install-only: true
372-
373369
- name: Build site
374370
run: make -B site/out/index.html
375371

376372
- name: Build Release
377-
uses: goreleaser/goreleaser-action@v3
378-
with:
379-
version: latest
380-
args: release --snapshot --rm-dist --skip-sign
373+
run: make build
381374

382375
- name: Install Release
383376
run: |
@@ -437,7 +430,7 @@ jobs:
437430
token: ${{ secrets.CODECOV_TOKEN }}
438431
files: ./site/coverage/lcov.info
439432
flags: unittest-js
440-
# this flakes and sometimes fails the build
433+
# this flakes and sometimes fails the build
441434
fail_ci_if_error: false
442435

443436
- name: Upload DataDog Trace
@@ -484,10 +477,6 @@ jobs:
484477
with:
485478
node-version: "14"
486479

487-
- uses: goreleaser/goreleaser-action@v3
488-
with:
489-
install-only: true
490-
491480
- name: Echo Go Cache Paths
492481
id: go-cache-paths
493482
run: |

.goreleaser.yaml

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)