Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbe335d

Browse files
coadlerkylecarbs
authored andcommitted
chore: unconditionally run all make cmds in CI (#1608)
1 parent 2a4c0b1 commit bbe335d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ jobs:
133133
- name: Install node_modules
134134
run: ./scripts/yarn_install.sh
135135

136-
- name: "make fmt"
137-
run: "make --output-sync -j fmt"
136+
- run: "make --output-sync -j -B fmt"
138137

139138
test-go:
140139
name: "test/go"
@@ -355,7 +354,7 @@ jobs:
355354
js-${{ runner.os }}-
356355
357356
- name: Build site
358-
run: make site/out/index.html
357+
run: make -B site/out/index.html
359358

360359
- name: Build Release
361360
uses: goreleaser/[email protected]
@@ -488,7 +487,7 @@ jobs:
488487

489488
- name: Build
490489
run: |
491-
make site/out/index.html
490+
make -B site/out/index.html
492491
493492
- run: yarn playwright:install
494493
working-directory: site

0 commit comments

Comments
 (0)