File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 13
13
jobs :
14
14
test :
15
15
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16
- runs-on : ubuntu-latest
16
+ runs-on : self-hosted
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
20
version :
21
21
- ' 1'
22
22
os :
23
- - ubuntu-latest
23
+ - self-hosted
24
24
arch :
25
25
- x64
26
26
steps :
@@ -31,10 +31,18 @@ jobs:
31
31
with :
32
32
version : ${{ matrix.version }}
33
33
arch : ${{ matrix.arch }}
34
+ -
uses :
webfactory/[email protected]
35
+ with :
36
+ ssh-private-key : ${{ secrets.JULIASIM_REGISTRY_SSH_KEY }}
34
37
- uses : PumasAI/add-private-registry@main
35
38
with :
36
39
juliahub_token_encoded : ${{ secrets.JULIAHUB_TOKEN_ENCODED }}
37
40
private_registry_name : JuliaSimRegistry
38
41
private_registry_uuid : 309a7822-a73e-4490-9504-7d1983f27685
39
42
- uses : julia-actions/julia-buildpkg@v1
40
43
- uses : julia-actions/julia-runtest@v1
44
+ - uses : julia-actions/julia-processcoverage@v1
45
+ - uses : codecov/codecov-action@v4
46
+ with :
47
+ token : ${{ secrets.CODECOV_TOKEN }}
48
+ if : matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
You can’t perform that action at this time.
0 commit comments