Skip to content

Commit 1d6386c

Browse files
fix spaces in yaml
1 parent d352570 commit 1d6386c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ concurrency:
1313
jobs:
1414
unit:
1515
concurrency:
16-
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
17-
cancel-in-progress: true
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
os: [ubuntu, macOS]
22-
env:
23-
OS: ${{ matrix.os }}-latest
16+
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
17+
cancel-in-progress: true
18+
strategy:
19+
fail-fast: false
20+
matrix:
21+
os: [ubuntu, macOS]
22+
env:
23+
OS: ${{ matrix.os }}-latest
2424
runs-on: ${{ matrix.os }}-latest
2525
steps:
2626
- name: Checkout PR

0 commit comments

Comments
 (0)