Skip to content

Commit

Permalink
update bats to latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
  • Loading branch information
Grotax committed Jun 21, 2024
1 parent f33111f commit 817b865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup BATS & httpie
run: sudo apt-get install -y httpie && npm install -g bats@1.7.0
run: sudo apt-get install -y httpie && npm install -g bats@1.11.0

### MySQL specific setup
- name: Setup mysql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
coverage: none

- name: Setup BATS & httpie
run: sudo apt-get install -y httpie && npm install -g bats@1.7.0
run: sudo apt-get install -y httpie && npm install -g bats@1.11.0

- name: Set up server
uses: SMillerDev/nextcloud-actions/setup-nextcloud@main
Expand Down

0 comments on commit 817b865

Please sign in to comment.