Skip to content

Commit

Permalink
initial work on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
t-monaghan committed Nov 28, 2023
1 parent 6800f3b commit 3320622
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: bats-test

on:
# TODO: change to pull_request on main
push:
branches: ["fix/tfm-fix-direnv-messaging"]

jobs:
test:
# TODO: change to alpine
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: execute bats tests
run:
bats test

0 comments on commit 3320622

Please sign in to comment.