Skip to content

ignore /tmp

ignore /tmp #124

Workflow file for this run

name: Test
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run shellcheck tests
run: shellcheck alf setup
- name: Build container for approval tests
run: docker compose build
- name: Run approval tests
run: docker compose run ci
- name: Run sanity test in zsh
run: docker compose run test_zsh