Skip to content

edit gitignore to allow main.yml for workflow #7

edit gitignore to allow main.yml for workflow

edit gitignore to allow main.yml for workflow #7

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
- name: Set up Bats
run: |
sudo apt-get update
sudo apt-get install -y bats
- name: Run Bats tests
run: bats cli_meter/test