Skip to content

Bump bats from 1.12.0 to 1.13.0 (#398) #385

Bump bats from 1.12.0 to 1.13.0 (#398)

Bump bats from 1.12.0 to 1.13.0 (#398) #385

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test