Skip to content

Commit 4bc0491

Browse files
thazhemadamChrisRackauckas
authored andcommitted
ci: rename CI.yml to Tests.yml following SciML convention
1 parent 521de68 commit 4bc0491

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/CI.yml renamed to .github/workflows/Tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: CI
1+
name: "Tests"
2+
23
on:
34
pull_request:
45
branches:
@@ -12,21 +13,16 @@ on:
1213
- 'docs/**'
1314
jobs:
1415
test:
16+
name: "Tests"
1517
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
group:
19-
- Core
20-
version:
21-
- '1'
2218
env:
2319
PYTHON: python3
2420

2521
steps:
2622
- uses: actions/checkout@v4
2723
- uses: julia-actions/setup-julia@v2
2824
with:
29-
version: ${{ matrix.version }}
25+
version: '1'
3026
- uses: actions/cache@v4
3127
env:
3228
cache-name: cache-artifacts

0 commit comments

Comments
 (0)