mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-20 04:58:24 +00:00
don't overwrite log files
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
cb07605f4c
commit
3f53b847c7
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -78,12 +78,9 @@ jobs:
|
|||
run: go test -v -cover ./internal/provider/
|
||||
timeout-minutes: 10
|
||||
|
||||
- if: ${{ failure() }}
|
||||
run: ls -R ${{github.workspace}}/internal/provider/
|
||||
- if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
with:
|
||||
name: logs-${{github.run_id}}
|
||||
name: logs-${{github.run_id}}-${{ matrix.terraform }}
|
||||
path: ${{github.workspace}}/internal/provider/packages
|
||||
retention-days: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue