Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
no longer need to skip /test due to symlink
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
mikebrow committed May 20, 2020
1 parent 4007187 commit cc54a9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit cc54a9d

Please sign in to comment.