Skip to content

Fix empty strings are not checked whether match ignored-input #174

Fix empty strings are not checked whether match ignored-input

Fix empty strings are not checked whether match ignored-input #174

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: 'aureliojargas/clitest'
path: bin
- run: PATH=$GITHUB_WORKSPACE/bin/:$PATH ./run-tests.zsh
shell: zsh {0}
test-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: 'aureliojargas/clitest'
path: bin
- run: sudo apt install zsh
- run: PATH=$GITHUB_WORKSPACE/bin/:$PATH ./run-tests.zsh
shell: zsh {0}