Skip to content

bats now tests all glyphs. Adding ci job for github #1

bats now tests all glyphs. Adding ci job for github

bats now tests all glyphs. Adding ci job for github #1

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
- name: Check out code
uses: actions/checkout@v1
- name: kube-ps1 test
run: bats tests/kube-ps1.bats