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