Skip to content

feat: make unicode as the printable range #14

feat: make unicode as the printable range

feat: make unicode as the printable range #14

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/checkout@v4.2.0
with:
fetch-depth: 0
- uses: erlef/setup-beam@v1.18.2
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