Skip to content

Commit

Permalink
Update CI (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jul 29, 2024
1 parent 2b2d731 commit ab5af54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,6 +29,7 @@ jobs:
docker-ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
docker-env:
- alma
Expand All @@ -44,6 +48,7 @@ jobs:
osx-ci:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
test-verbose: [0, 1]
steps:
Expand Down

0 comments on commit ab5af54

Please sign in to comment.