AAE-18008 Fixup dependabot updates for actions inside subdir (#365) #834
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI with BATS 🦇 | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test: | |
name: test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: mig4/setup-bats@v1 | |
with: | |
bats-version: 1.8.0 | |
- name: 🦇🦇🦇 | |
run: bats -r --print-output-on-failure . |