Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 543d151

Browse files
Merge pull request #297 from SciML/massinstallaction/set-up-GitHubActionsCI
MassInstallAction: Install the GitHubActionsCI workflow on this repository
2 parents 3e449ee + 2542733 commit 543d151

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
group:
15-
- Interface
1612
steps:
1713
- uses: actions/checkout@v2
1814
- uses: julia-actions/setup-julia@v1
@@ -30,8 +26,6 @@ jobs:
3026
${{ runner.os }}-
3127
- uses: julia-actions/julia-buildpkg@v1
3228
- uses: julia-actions/julia-runtest@v1
33-
env:
34-
GROUP: ${{ matrix.group }}
3529
- uses: julia-actions/julia-processcoverage@v1
3630
- uses: codecov/codecov-action@v1
3731
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DiffEqOperators.jl
22

3+
[![Build Status](https://github.com/SciML/DiffEqOperators.jl/workflows/CI/badge.svg)](https://github.com/SciML/DiffEqOperators.jl/actions?query=workflow%3ACI)
4+
35
[![Build Status](https://github.com/SciML/DiffEqOperators.jl/workflows/CI/badge.svg)](https://github.com/SciML/DiffEqOperators.jl/actions?query=workflow%3ACI)
46
[![GitlabCI](https://gitlab.com/JuliaGPU/DiffEqOperators.jl/badges/master/pipeline.svg)](https://gitlab.com/JuliaGPU/DiffEqOperators.jl/pipelines)
57
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](http://diffeqoperators.sciml.ai/stable/)

0 commit comments

Comments
 (0)