mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 14:39:24 -06:00
Optimize command execution in lint-test-build workflow for improved efficiency
This commit is contained in:
14
.github/workflows/lint-test-build.yaml
vendored
14
.github/workflows/lint-test-build.yaml
vendored
@@ -32,11 +32,11 @@ jobs:
|
||||
with:
|
||||
platform: ${{ matrix.vars.platform }}
|
||||
push: never
|
||||
runCmd: |
|
||||
npm install
|
||||
go mod download
|
||||
task fixperms
|
||||
task check-deps
|
||||
task lint-only
|
||||
task test-only
|
||||
runCmd: >
|
||||
npm install && \
|
||||
go mod download && \
|
||||
task fixperms && \
|
||||
task check-deps && \
|
||||
task lint-only && \
|
||||
task test-only && \
|
||||
task build
|
||||
|
||||
Reference in New Issue
Block a user