Merge pull request #8121 from zmstone/0602-ci-ensure-otp-version

ci: ensure otp 23 in run_automate_tests.yaml
This commit is contained in:
zhouzb 2022-06-02 17:33:31 +08:00 committed by GitHub
commit ad224a98f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
name: apache-jmeter.tgz
path: /tmp/apache-jmeter.tgz
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: "23.3.4.13"
- name: build docker
id: build_docker
run: |