mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Update CI (#1091)
This commit is contained in:
parent
2b2d731121
commit
ab5af5462c
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,6 +15,9 @@ concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}-test
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
@ -26,6 +29,7 @@ jobs:
|
||||
docker-ci:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
docker-env:
|
||||
- alma
|
||||
@ -44,6 +48,7 @@ jobs:
|
||||
osx-ci:
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
test-verbose: [0, 1]
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user