Skip to content

Refactor GIV CLI: Consolidate command scripts and improve argument pa… #3

Refactor GIV CLI: Consolidate command scripts and improve argument pa…

Refactor GIV CLI: Consolidate command scripts and improve argument pa… #3

Workflow file for this run

name: Dash Shell CI
on:
push:
branches: [ "main", "spike/config" ]
pull_request:
branches: [ "main", "spike/config" ]
jobs:
dash-shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dash and bats
run: |
sudo apt-get update
sudo apt-get install -y dash bats
- name: Run Bats tests with dash
run: |
SHELL=/bin/dash bats tests/