Skip to content

Bump actions/checkout from 1 to 4 #209

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #209

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- 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