Skip to content

Merge pull request #2901 from ariel-anieli/filelib_find_source #477

Merge pull request #2901 from ariel-anieli/filelib_find_source

Merge pull request #2901 from ariel-anieli/filelib_find_source #477

Workflow file for this run

name: Shell tests
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
shelltests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: '26.0'
elixir-version: '1.14'
- 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