Skip to content

Commit 70fc24b

Browse files
committed
chore: Fix pipelight
1 parent 86508e5 commit 70fc24b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

justfile

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ lint-commit-msg file:
5252
# - trufflehog
5353
# - typos
5454
# - venom
55+
5556
install:
5657
lefthook install
5758

pipelight.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipelines:
1515
steps:
1616
- name: Run unit tests
1717
commands:
18-
- echo go test -v ./...
18+
- task --verbose test
1919

2020
- name: docs
2121

@@ -26,4 +26,4 @@ pipelines:
2626
steps:
2727
- name: Build documentation pages
2828
commands:
29-
- echo task docs
29+
- task --verbose docs

0 commit comments

Comments
 (0)