Skip to content

Commit 3e1e7da

Browse files
authored
Update CI.yml
1 parent 56b86d7 commit 3e1e7da

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- develop
87
tags: '*'
98
pull_request:
109
jobs:
1110
test:
12-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
13-
runs-on: ${{ matrix.os }}
1411
strategy:
1512
matrix:
1613
version:
@@ -20,10 +17,8 @@ jobs:
2017
- ubuntu-latest
2118
arch:
2219
- x64
23-
steps:
24-
- uses: actions/checkout@v4
25-
- uses: julia-actions/setup-julia@latest
26-
with:
27-
version: ${{ matrix.version }}
28-
arch: ${{ matrix.arch }}
29-
- uses: julia-actions/julia-runtest@latest
20+
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
21+
with:
22+
version: ${{ matrix.version }}
23+
os: ${{ matrix.os }}
24+
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)