Skip to content

Commit

Permalink
Merge pull request #377 from networkservicemesh/fix-log-collection
Browse files Browse the repository at this point in the history
Fix log collection on CI
  • Loading branch information
denis-tingaikin authored Apr 27, 2023
2 parents 10b3dbe + 89c59c0 commit 67c0ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
export KUBECONFIG=$(pwd)/config
go test -count 1 -timeout 1h55m -race -v ./...
env:
ARTIFACTS_DIR: ${{ github.repository }}/logs
ARTIFACTS_DIR: logs
USE_GKE_GCLOUD_AUTH_PLUGIN: true
- name: Cleanup
if: ${{ always() }}
Expand Down

0 comments on commit 67c0ddd

Please sign in to comment.