Skip to content

chore: migrate v3.20.0-emqx changes onto v3.24.0 #18

chore: migrate v3.20.0-emqx changes onto v3.24.0

chore: migrate v3.20.0-emqx changes onto v3.24.0 #18

Workflow file for this run

name: Shell tests
on:
pull_request:
branches:
- '*-emqx'
push:
branches:
- '*-emqx'
jobs:
shelltests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: erlef/[email protected]
with:
otp-version: '27'
elixir-version: '1.17'
- name: Compile
run: ./bootstrap
- name: Install
run: |
sudo cp ./rebar3 /usr/local/bin/
- name: Checkout shell tests
run: git clone https://github.com/tsloughter/rebar3_tests
- name: Install and run shelltestrunner
run: |
sudo apt-get update
sudo apt-get install -y shelltestrunner build-essential cmake liblz4-dev
cd rebar3_tests
mix local.hex --force
./run_tests.sh