Correctly reset chunk during artifact upload on retry (#458)

* Correctly reset chunk during artifact upload on retry

* Update workflow

* Implementation details around the passthrough stream
This commit is contained in:
Konrad Pabjan
2020-05-14 22:18:21 +02:00
committed by GitHub
parent 6d83c79964
commit 628f82f221
3 changed files with 34 additions and 16 deletions

View File

@@ -1,5 +1,13 @@
name: artifact-unit-tests
on: push
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
@@ -7,7 +15,7 @@ jobs:
strategy:
matrix:
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}