Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Mar 28, 2021
1 parent ba54f71 commit d9041b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ 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
- name: Upload artifacts
if: ${{ success() || failure() || cancelled() }}
uses: actions/upload-artifact@v2
with:
name: Containers logs
path: ${{ github.workspace }}/src/github.com/${{ github.repository }}/logs
Expand Down

0 comments on commit d9041b0

Please sign in to comment.