Skip to content

πŸ”¨ select-shell: clearer outputs #697

πŸ”¨ select-shell: clearer outputs

πŸ”¨ select-shell: clearer outputs #697

Workflow file for this run

name: dorothy
"on":
- push
- pull_request
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Configure"
shell: 'script -q -e -c "bash {0}"'
run: |
chmod +x ./commands/*
./commands/dorothy dev
- name: "Test"
shell: 'script -q -e -c "bash {0}"'
run: |
./commands/dorothy test