This commit is contained in:
sobolevn 2024-07-29 18:31:31 +03:00 committed by GitHub
parent 2b2d731121
commit ab5af5462c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: