Skip to content

Commit

Permalink
add uploading artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 26, 2021
1 parent 0c103df commit ba54f71
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@ jobs:
run: |
go test -count 1 -timeout 20m -race -v ./...
working-directory: ${{ github.workspace }}/src/github.com/${{ github.repository }}
if: succeeded() || failed()
- uses: actions/upload-artifact@v2
with:
name: Container logs
name: Containers logs
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/logs

update-dependent-repositories:
continue-on-error: true
strategy:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/networkservicemesh/integration-k8s-kind
go 1.16

require (
github.com/networkservicemesh/integration-tests v0.0.0-20210326114021-23ec6a606230
github.com/stretchr/testify v1.6.1
github.com/networkservicemesh/integration-tests v0.0.0-20210326185130-be4acf62e515
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit ba54f71

Please sign in to comment.