Skip to content

Commit

Permalink
fix spaces in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-shchetinin committed Jul 23, 2024
1 parent d352570 commit 1d6386c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ concurrency:
jobs:
unit:
concurrency:
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
os: [ubuntu, macOS]
env:
OS: ${{ matrix.os }}-latest
group: unit-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
os: [ubuntu, macOS]
env:
OS: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}-latest
steps:
- name: Checkout PR
Expand Down

0 comments on commit 1d6386c

Please sign in to comment.