Skip to content

Commit

Permalink
Allow for cmd-repos have deps on sdk-vppagent, sdk-k8s, sdk-sriov
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingajkin <[email protected]>
  • Loading branch information
denis-tingaikin committed Sep 7, 2020
1 parent bf9f24a commit 98a4483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Pull golangci-lint docker container
run: docker pull ${GOLANGCI_LINT_CONTAINER}
- name: Run golangci-lint
run: docker run --privileged --rm -v $(pwd):/app -w /app ${GOLANGCI_LINT_CONTAINER} golangci-lint run
run: docker run --rm -v $(pwd):/app -w /app ${GOLANGCI_LINT_CONTAINER} golangci-lint run

excludeFmtErrorf:
name: exclude fmt.Errorf
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Build container
run: docker build .
- name: Run tests
run: docker run --rm $(docker build -q . --target test)
run: docker run --privileged --rm $(docker build -q . --target test)
- name: Find merged PR
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: jwalton/gh-find-current-pr@v1
Expand Down

0 comments on commit 98a4483

Please sign in to comment.