Skip to content

changes permission in repo rather than action #6

changes permission in repo rather than action

changes permission in repo rather than action #6

Workflow file for this run

name: bats-test
on:
# TODO: change to pull_request on main
push:
branches: ["tfm-fix-direnv-messaging"]
jobs:
test:
# TODO: change to alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: execute bats tests
run: |
chmod a+x ./scripts/bootstrap.sh
./scripts/bootstrap.sh
bats test