Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik authored Feb 17, 2024
1 parent 4ece0b8 commit bc5d70b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,9 @@ on:
branches:
- master
- dev
paths:
- 'src/**'
- 'test/**'
- 'Project.toml'
- '.github/workflows/ci.yml'
pull_request:
paths:
- 'src/**'
- 'test/**'
- 'Project.toml'

env:
JULIA_NUM_THREADS: 1
branches:
- master

jobs:
test:
Expand All @@ -35,10 +25,8 @@ jobs:
- macos-latest
arch:
- x64
env:
PYTHON: ""
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -56,7 +44,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: ./lcov.info
flags: unittests
Expand Down

0 comments on commit bc5d70b

Please sign in to comment.