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 56b86d7 commit 3e1e7daCopy full SHA for 3e1e7da
.github/workflows/CI.yml
@@ -4,13 +4,10 @@ on:
4
push:
5
branches:
6
- main
7
- - develop
8
tags: '*'
9
pull_request:
10
jobs:
11
test:
12
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
13
- runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
version:
@@ -20,10 +17,8 @@ jobs:
20
17
- ubuntu-latest
21
18
arch:
22
19
- 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
+ uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
+ with:
+ version: ${{ matrix.version }}
+ os: ${{ matrix.os }}
+ arch: ${{ matrix.arch }}
0 commit comments