Skip to content

Commit

Permalink
test: switch bats action to bats-core/bats-action
Browse files Browse the repository at this point in the history
mig4 one is abandoned

switch modules to bats-core
  • Loading branch information
carlossg committed Dec 26, 2023
1 parent 66d4af0 commit 5156ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
id-token: write

steps:
- name: Setup BATS
uses: mig4/[email protected]
- name: Check out code
uses: actions/checkout@v4
- name: Setup BATS
uses: bats-core/[email protected]
- name: Update submodules
run: git submodule update --init

Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "tests/bats-support"]
path = tests/test_helper/bats-support
url = https://github.com/ztombol/bats-support
url = https://github.com/bats-core/bats-support
[submodule "tests/bats-assert"]
path = tests/test_helper/bats-assert
url = https://github.com/ztombol/bats-assert
url = https://github.com/bats-core/bats-assert

0 comments on commit 5156ea0

Please sign in to comment.