Skip to content

. t test.sh should fail on error #6

. t test.sh should fail on error

. t test.sh should fail on error #6

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test bash verify.sh
run: ./test.sh | ./verify.sh -t verify-cli-bash
working-directory: bash