-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump test/bats from
de96df0
to ab2a86e
Bumps [test/bats](https://github.com/bats-core/bats-core) from `de96df0` to `ab2a86e`. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Commits](bats-core/bats-core@de96df0...ab2a86e) --- updated-dependencies: - dependency-name: test/bats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
eeaece4
commit 1ce0ca0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats
updated
18 files
+2 −2 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/release_dockerhub.yml | |
+6 −6 | .github/workflows/tests.yml | |
+6 −2 | .readthedocs.yml | |
+1 −1 | Dockerfile | |
+3 −2 | README.md | |
+13 −0 | bin/bats | |
+4 −1 | docs/CHANGELOG.md | |
+4 −0 | docs/list-links.py | |
+2 −1 | docs/source/conf.py | |
+3 −1 | docs/source/faq.rst | |
+2 −2 | docs/source/warnings/BW02.rst | |
+2 −2 | docs/source/warnings/BW03.rst | |
+1 −1 | install.sh | |
+2 −1 | lib/bats-core/preprocessing.bash | |
+6 −16 | libexec/bats-core/bats-preprocess | |
+17 −17 | test/bats.bats | |
+5 −5 | test/fixtures/bats/dynamic_test_registration.bats |