Skip to content

Nicole/bats testing #16

Nicole/bats testing

Nicole/bats testing #16

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Set up Bats
run: |
sudo apt-get update
sudo apt-get install -y bats
- name: Run Bats tests
run: bats cli_meter/test