Skip to content

Add set -e

Add set -e #18

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
name: Bash on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run tests
run: sh tests/batch_execute.sh