mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 22:18:51 -06:00
Refactor lint-test-build workflow to improve readability of Docker run command
This commit is contained in:
16
.github/workflows/lint-test-build.yaml
vendored
16
.github/workflows/lint-test-build.yaml
vendored
@@ -37,12 +37,12 @@ jobs:
|
||||
|
||||
- name: Run lint, test, and build
|
||||
run: >
|
||||
docker run --rm -v $PWD:/app -w /app pgbackweb:latest /bin/bash -c "\
|
||||
npm install && \
|
||||
go mod download && \
|
||||
task fixperms && \
|
||||
task check-deps && \
|
||||
task lint-only && \
|
||||
task test-only && \
|
||||
task build \
|
||||
docker run --rm -v $PWD:/app -w /app pgbackweb:latest /bin/bash -c "
|
||||
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