Skip to content

build(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 #137

build(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1

build(deps-dev): bump @commitlint/cli from 19.6.0 to 19.6.1 #137

Workflow file for this run

name: Bats
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
bats-test:
name: Run bats tests against shells
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container & run bats tests
run: |
docker compose -f tests/bats/docker-compose.yml up --abort-on-container-exit --build