Skip to content

Commit

Permalink
GitHub Actions: adjust working directory in collect info
Browse files Browse the repository at this point in the history
Following lf-edge#898 we adjust collect-info working directory in
new tests

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Oct 6, 2023
1 parent a963693 commit 95ff153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
with:
name: ${{ inputs.report_name }}
path: |
${{ github.workspace }}/eden/eve-info.tar.gz # created by collect-info action
${{ github.workspace }}/eden/eve-info.tar.gz
${{ github.workspace }}/eden/trace.log
${{ github.workspace }}/eden/info.log
${{ github.workspace }}/eden/metric.log
Expand Down
4 changes: 3 additions & 1 deletion .github/actions/run-eden-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ runs:
- name: Collect info
if: failure()
uses: ./eden/.github/actions/collect-info
- name: Collect logs
with:
working-directory: ${{ github.workspace }}
- name: Collect and publish logs
if: always()
uses: ./eden/.github/actions/publish-logs
with:
Expand Down

0 comments on commit 95ff153

Please sign in to comment.