mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-26 17:11:19 +02:00
chore: run tests before linting (#206)
This commit is contained in:
parent
160ce41c0d
commit
9a8284465f
@ -247,8 +247,8 @@ tasks:
|
|||||||
FROM {{ .Repository }}:base AS {{ .Docker.CurrentStage }}
|
FROM {{ .Repository }}:base AS {{ .Docker.CurrentStage }}
|
||||||
WORKDIR /src/github.com/autonomy/dianemo/src/initramfs
|
WORKDIR /src/github.com/autonomy/dianemo/src/initramfs
|
||||||
RUN chmod +x ./hack/test.sh
|
RUN chmod +x ./hack/test.sh
|
||||||
RUN ./hack/test.sh --lint ./hack/golangci-lint.yaml
|
|
||||||
RUN ./hack/test.sh --unit
|
RUN ./hack/test.sh --unit
|
||||||
|
RUN ./hack/test.sh --lint ./hack/golangci-lint.yaml
|
||||||
trustd:
|
trustd:
|
||||||
template: |
|
template: |
|
||||||
FROM {{ .Repository }}:base AS {{ .Docker.CurrentStage }}
|
FROM {{ .Repository }}:base AS {{ .Docker.CurrentStage }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user