Skip to content

Commit

Permalink
try subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-harvey committed Apr 23, 2024
1 parent b210019 commit 560dc5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,14 @@ runs:
with:
message: 'Failed to assume DSO metrics cross-account role when reporting DSO Metrics. Please investigate the failure.'


- name: Report test metrics
id: report-test-metrics
if: |
!cancelled() &&
steps.run-command.outputs.start-time != '' &&
inputs.event-type == 'test'
continue-on-error: true
uses: ${{ github.action_path }}/.github/actions/report-dso-event
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/report-dso-event
with:
# TODO add coverage
args: >
Expand Down

0 comments on commit 560dc5f

Please sign in to comment.