zoxide: report directory before changing to it #276
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: [push, pull_request] | |
jobs: | |
linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Tests | |
run: | | |
make | |
make all DST_BASE_DIR=/tmp | |
make clean DST_BASE_DIR=/tmp | |
macosx: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Tests | |
run: | | |
make | |
make all DST_BASE_DIR=/tmp | |
make clean DST_BASE_DIR=/tmp |