Skip to content

Fix bench.sh and example.sh #203

Fix bench.sh and example.sh

Fix bench.sh and example.sh #203

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y bash busybox ksh mksh posh yash zsh kcov
- name: Install shellspec
run: |
echo "${HOME}/.local/bin" >> "$GITHUB_PATH"
curl -fsSL https://git.io/shellspec | sh -s master -y
echo "--color" > $HOME/.shellspec
- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
make testall coverage