Skip to content

Commit

Permalink
Don't skip steps to see if they fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd authored Dec 19, 2024
1 parent 82f058c commit 4a4819c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,21 +261,20 @@ jobs:
bash "${RUNNER_TEMP}/exec_script"
- name: Surface failing tests
if: ${{ inputs.rocm == false }}
uses: pmeier/[email protected]
with:
path: ${{ env.RUNNER_TEST_RESULTS_DIR }}
fail-on-empty: false

- name: Chown repository directory
if: ${{ inputs.rocm == false }}
#if: ${{ inputs.rocm == false }}
uses: ./test-infra/.github/actions/chown-directory
with:
directory: ${{ github.workspace }}/${{ env.repository }}
ALPINE_IMAGE: ${{ startsWith(inputs.runner, 'linux.arm64') && 'arm64v8/alpine' || '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine' }}

- name: Chown runner temp
if: ${{ inputs.rocm == false }}
#if: ${{ inputs.rocm == false }}
uses: ./test-infra/.github/actions/chown-directory
with:
directory: ${{ runner.temp }}
Expand Down

0 comments on commit 4a4819c

Please sign in to comment.