mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 18:12:35 +08:00
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:
12
.github/workflows/artifact-tests.yml
vendored
12
.github/workflows/artifact-tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user