Skip to content

Commit

Permalink
Added 'Chown repository directory' step
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilBaibak committed Jan 19, 2024
1 parent 314223b commit 54c89d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linux_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,17 @@ jobs:
fi
done < "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}"
bash "${RUNNER_TEMP}/exec_script"
- name: Surface failing tests
if: always()
uses: pmeier/[email protected]
with:
path: ${{ env.RUNNER_TEST_RESULTS_DIR }}
fail-on-empty: false

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

0 comments on commit 54c89d7

Please sign in to comment.