Merge pull request #9174 from emqx/1019-fix-ci-workflow
1019 fix ci workflow
This commit is contained in:
commit
3c1608f883
|
@ -35,6 +35,8 @@ runs:
|
|||
with:
|
||||
path: ~/.kerl/${{ inputs.otp }}
|
||||
key: otp-install-${{ inputs.otp }}-${{ inputs.os }}-static-ssl-disable-hipe-disable-jit
|
||||
restore-keys: |
|
||||
otp-install-${{ inputs.otp }}-${{ inputs.os }}
|
||||
- name: build erlang
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
shell: bash
|
||||
|
@ -93,4 +95,5 @@ runs:
|
|||
exit 1
|
||||
fi
|
||||
cd ..
|
||||
# test with a spaces in path
|
||||
rm -rf "emqx home"
|
||||
|
|
|
@ -31,9 +31,8 @@ jobs:
|
|||
path: source
|
||||
fetch-depth: 0
|
||||
- id: detect-profiles
|
||||
uses: ./.github/actions/detect-profiles
|
||||
uses: ./source/.github/actions/detect-profiles
|
||||
with:
|
||||
path: source
|
||||
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
||||
- name: get_all_deps
|
||||
if: endsWith(github.repository, 'emqx')
|
||||
|
|
|
@ -18,8 +18,7 @@ jobs:
|
|||
path: source
|
||||
fetch-depth: 0
|
||||
- id: detect-profiles
|
||||
working-directory: source
|
||||
uses: ./.github/actions/detect-profiles
|
||||
uses: ./source/.github/actions/detect-profiles
|
||||
with:
|
||||
ci_git_token: ${{ secrets.CI_GIT_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue