Skip to content

Commit 0cdbf9c

Browse files
committed
ci: lint e2e tests
Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
1 parent 786ca28 commit 0cdbf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: golangci/golangci-lint-action@v3
3333
with:
3434
version: v1.47.3
35-
args: --timeout 3m --verbose cmd/... pkg/...
35+
args: --timeout 3m --verbose cmd/... pkg/... e2e/...
3636

3737
- name: Test
3838
run: make test

0 commit comments

Comments
 (0)