mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: unconditionally run all make
cmds in CI (#1608)
This commit is contained in:
7
.github/workflows/coder.yaml
vendored
7
.github/workflows/coder.yaml
vendored
@ -133,8 +133,7 @@ jobs:
|
|||||||
- name: Install node_modules
|
- name: Install node_modules
|
||||||
run: ./scripts/yarn_install.sh
|
run: ./scripts/yarn_install.sh
|
||||||
|
|
||||||
- name: "make fmt"
|
- run: "make --output-sync -j -B fmt"
|
||||||
run: "make --output-sync -j fmt"
|
|
||||||
|
|
||||||
test-go:
|
test-go:
|
||||||
name: "test/go"
|
name: "test/go"
|
||||||
@ -355,7 +354,7 @@ jobs:
|
|||||||
js-${{ runner.os }}-
|
js-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: make site/out/index.html
|
run: make -B site/out/index.html
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
uses: goreleaser/goreleaser-action@v2.9.1
|
uses: goreleaser/goreleaser-action@v2.9.1
|
||||||
@ -488,7 +487,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make site/out/index.html
|
make -B site/out/index.html
|
||||||
|
|
||||||
- run: yarn playwright:install
|
- run: yarn playwright:install
|
||||||
working-directory: site
|
working-directory: site
|
||||||
|
Reference in New Issue
Block a user