Skip to content

Commit 5ba0f08

Browse files
committed
ci: fix
1 parent 9ee433d commit 5ba0f08

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Install bats
2121
run: |
22+
sudo apt update
23+
sudo apt install -y git
2224
git clone https://github.com/bats-core/bats-core.git
2325
./bats-core/install.sh /usr/local
2426

.github/workflows/full-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212

1313
jobs:
14-
tests:
14+
matrix:
1515
strategy:
1616
# see all results even if one fails
1717
fail-fast: false

0 commit comments

Comments
 (0)