Skip to content

JIRA-1234(SHOW): This PR was created using bc pr command #25

JIRA-1234(SHOW): This PR was created using bc pr command

JIRA-1234(SHOW): This PR was created using bc pr command #25

Workflow file for this run

name: "Run unit tests"
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