We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd2630 commit 83b8cecCopy full SHA for 83b8cec
.github/workflows/CI.yml
@@ -8,8 +8,6 @@ on:
8
pull_request:
9
jobs:
10
test:
11
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
12
- runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
version:
@@ -19,10 +17,8 @@ jobs:
19
17
- ubuntu-latest
20
18
arch:
21
- 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
+ uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
+ with:
+ version: ${{ matrix.version }}
+ os: ${{ matrix.os }}
+ arch: ${{ matrix.arch }}
0 commit comments