Skip to content

Commit 72e77af

Browse files
committed
Update CI workflow
1 parent 1c640e6 commit 72e77af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: steps.cache-bats.outputs.cache-hit != 'true'
100100
run: |
101101
git clone --depth 1 --branch v1.13.0 https://github.com/bats-core/bats-core.git /tmp/bats-core
102-
/tmp/bats-core/install.sh /usr/local
102+
sudo /tmp/bats-core/install.sh /usr/local
103103
104104
- name: Tests - BATS e2e tests
105105
env:

0 commit comments

Comments
 (0)