1 parent 9ee433d commit 5ba0f08Copy full SHA for 5ba0f08
2 files changed
.github/workflows/common.yml
@@ -19,6 +19,8 @@ jobs:
19
20
- name: Install bats
21
run: |
22
+ sudo apt update
23
+ sudo apt install -y git
24
git clone https://github.com/bats-core/bats-core.git
25
./bats-core/install.sh /usr/local
26
.github/workflows/full-matrix.yml
@@ -11,7 +11,7 @@ on:
11
12
13
jobs:
14
- tests:
+ matrix:
15
strategy:
16
# see all results even if one fails
17
fail-fast: false
0 commit comments