Skip to content

Merge pull request #2 from danieldietrich/dd/parse-branch-fix #14

Merge pull request #2 from danieldietrich/dd/parse-branch-fix

Merge pull request #2 from danieldietrich/dd/parse-branch-fix #14

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: gitprompt.sh
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unit tests
shell: bash
run: |
cd tests
bash gitprompt-tests