Skip to content

feat: add support of $lb_use_defaults in gui #4

feat: add support of $lb_use_defaults in gui

feat: add support of $lb_use_defaults in gui #4

Workflow file for this run

name: Tests
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bats
run: |
sudo apt-get update -qq && sudo apt-get install -yqq bats
- name: Run bats tests
run: |
cd $GITHUB_WORKSPACE && bats tests/*.bats