Skip to content

Replace badge images with plain clickable links #156

Replace badge images with plain clickable links

Replace badge images with plain clickable links #156

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install BATS
run: |
brew install bats-core
- name: Run tests
run: |
./tests/bats/bats-core/bin/bats tests/ --timing
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: tests/
retention-days: 7