Skip to content

fix: 🧪 fix failing tests #9

fix: 🧪 fix failing tests

fix: 🧪 fix failing tests #9

Workflow file for this run

name: Run Bats Tests
# Trigger the workflow on push events to cli-tips.sh
on:
push:
paths:
- "cli-tips.sh"
# For debugging 🐛🔍
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: 📥 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
sparse-checkout: |
tests/
cli-tips.sh
- name: 🧪 Run Bats Tests
run: npx bats tests/cli-tips.bats