ci: minor fixes
This commit is contained in:
parent
ff14995bf6
commit
308d7b872d
|
@ -46,7 +46,7 @@ runs:
|
||||||
PROFILE: emqx-enterprise
|
PROFILE: emqx-enterprise
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mix local.hex --force && mix local.rebar --force
|
mix local.hex --force --if-missing && mix local.rebar --force --if-missing
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
env:
|
env:
|
||||||
MIX_ENV: emqx-enterprise
|
MIX_ENV: emqx-enterprise
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: 'Run jmeter'
|
name: 'Prepare jmeter'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
version-emqx:
|
version-emqx:
|
||||||
|
|
Loading…
Reference in New Issue