Skip to content

Commit

Permalink
ci(event_file): Fix file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed May 27, 2024
1 parent 819a362 commit 21136a2
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
echo "test_folder=${test_folder}" >> $GITHUB_OUTPUT
echo "test_type=${test_type}" >> $GITHUB_OUTPUT
- name: Upload Event file
uses: actions/upload-artifact@v4
with:
name: event_file
path: ${{github.event_path}}

build:
needs: gen_chunks
name: ${{matrix.chip}}-Build#${{matrix.chunks}}
Expand Down Expand Up @@ -267,13 +273,3 @@ jobs:
path: |
tests/**/*.xml
tests/**/result_*.json
event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: event_file
path: ${{github.event_path}}

0 comments on commit 21136a2

Please sign in to comment.