fix: updated the unit tests workflow to simplify job names and read test paths from a separate file (#29472)

This commit is contained in:
Aarif
2021-12-09 18:21:17 +05:00
committed by GitHub
parent 472ccdabe0
commit 76a8aaf6cd
10 changed files with 79 additions and 33 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: setup target branch
run: echo "target_branch=$(if ['${{ github.event.inputs.branch }}' = '']; then echo 'master'; else echo '${{ github.event.inputs.branch }}'; fi)" >> $GITHUB_ENV
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
ref: ${{ env.target_branch }}