Skip to content

fix: set the exit code to the return of cd for the warp function #53

fix: set the exit code to the return of cd for the warp function

fix: set the exit code to the return of cd for the warp function #53

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