mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-08 02:25:13 +00:00
ls packages before uploading
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
e19794f746
commit
cb07605f4c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -78,10 +78,12 @@ 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}}
|
||||
path: ${{github.workspace}}/internal/providers/packages
|
||||
path: ${{github.workspace}}/internal/provider/packages
|
||||
retention-days: 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue