Skip to content

Merge branch 'main' of https://github.com/clearlydefined/operations #1

Merge branch 'main' of https://github.com/clearlydefined/operations

Merge branch 'main' of https://github.com/clearlydefined/operations #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Bats
run: |
git clone https://github.com/bats-core/bats-core.git
cd bats-core
sudo ./install.sh /usr/local
- name: Run Bats tests
run: bats ./tests/scripts/app-workflows/*.bats