Skip to content

Commit 1be1a20

Browse files
committed
chore(tests): move bats submodule into bin/
1 parent f2c953d commit 1be1a20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: recursive
2727
- name: Run BATS tests
28-
run: ./bats/bin/bats tests/*.bats
28+
run: ./bin/bats/bin/bats tests/*.bats
2929

3030
lua:
3131
runs-on: ubuntu-latest

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[submodule "bats"]
2-
path = bats
1+
[submodule "bin/bats"]
2+
path = bin/bats
33
url = https://github.com/bats-core/bats-core.git
44
[submodule "tests/test_helper/bats-support"]
55
path = tests/test_helper/bats-support
Submodule bats updated from 0000000 to 5a7db7a

0 commit comments

Comments
 (0)