Skip to content

Commit de4c69a

Browse files
committed
ci: simplify test-integration yaml
1. Go package no longer needs to be in a particular directory (since Go 1.10 or so). 2. fetch-depth: 1 is the default -- no need to specify it. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent d01dc84 commit de4c69a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ jobs:
3636
steps:
3737
- name: Checkout code
3838
uses: actions/checkout@v2
39-
with:
40-
fetch-depth: 1
41-
path: go/src/github.com/google/cadvisor
4239
- name: Run integration tests
4340
env:
4441
GOLANG_VERSION: ${{ matrix.go-versions }}
4542
run: |
4643
set -ex
47-
cd $GITHUB_WORKSPACE/go/src/github.com/google/cadvisor
4844
source ${{ matrix.environment-variables }}
4945
make docker-test-integration
5046
- name: Upload cAdvisor log file

0 commit comments

Comments
 (0)