Skip to content

Commit 83b8cec

Browse files
authored
Update CI.yml
1 parent edd2630 commit 83b8cec

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
pull_request:
99
jobs:
1010
test:
11-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12-
runs-on: ${{ matrix.os }}
1311
strategy:
1412
matrix:
1513
version:
@@ -19,10 +17,8 @@ jobs:
1917
- ubuntu-latest
2018
arch:
2119
- x64
22-
steps:
23-
- uses: actions/checkout@v4
24-
- uses: julia-actions/setup-julia@latest
25-
with:
26-
version: ${{ matrix.version }}
27-
arch: ${{ matrix.arch }}
28-
- 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)