Skip to content

Update bats to version 1.11.1 #94

Update bats to version 1.11.1

Update bats to version 1.11.1 #94

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}-latest
strategy: { matrix: { os: [ ubuntu, macOS ] } }
steps:
- uses: actions/checkout@v2
- run: npm cit