Skip to content

Adding CI test

Adding CI test #1

Workflow file for this run

name: Execute tests
on:
workflow_call:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install bats
uses: bats-core/[email protected]
with:
bats-version: 1.10.0
support-install: false
assert-install: false
detik-install: false
file-install: false
- name: Execute Tests
uses: actions/checkout@v3
run: |
bats -F pretty -T --print-output-on-failure test.bats
env:
TERM: linux
ES_SERVER: ${{ secrets.ES_SERVER }}
ES_INDEX: ${{ secrets.ES_INDEX }}