Skip to content

fix: return erroring exit codes with the set exit value #77

fix: return erroring exit codes with the set exit value

fix: return erroring exit codes with the set exit value #77

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install zsh
run: sudo apt-get install -y --no-install-recommends --no-install-suggests zsh
- name: run tests
run: zsh tests.sh
working-directory: test