From cc54a9dca405cf6ddcccf34702b727078da77158 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 20 May 2020 07:38:12 -0500 Subject: [PATCH] no longer need to skip /test due to symlink Signed-off-by: Mike Brown --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7468f80be..a4110adbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,10 @@ jobs: fi ../project/script/validate/dco - # TODO: (mikebrow) removed test/ due to ltag not working with test/e3e symlink - name: Headers working-directory: src/github.com/containerd/cri run: | - ltag -t "../project/script/validate/template" --excludes "vendor test" --check -v + ltag -t "../project/script/validate/template" --check -v - name: Vendor working-directory: src/github.com/containerd/cri