File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Test JuliaAstro
1+ name : Test JuliaAstro (dev)
22
33on :
44 push :
3030 - uses : julia-actions/julia-buildpkg@v1
3131 - uses : julia-actions/julia-runtest@v1
3232 with :
33- test_args : ' --verbose'
33+ test_args : ' --verbose dev '
3434 coverage : false
Original file line number Diff line number Diff line change 1+ name : Test JuliaAstro (release)
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ schedule :
8+ - cron : ' 15 2 * * *' # 2:15 AM UTC every day
9+ jobs :
10+ test :
11+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12+ runs-on : ${{ matrix.os }}
13+ strategy :
14+ fail-fast : false
15+ matrix :
16+ version :
17+ - " 1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
18+ - " pre"
19+ os :
20+ - ubuntu-latest
21+ arch :
22+ - default
23+ steps :
24+ - uses : actions/checkout@v5
25+ - uses : julia-actions/setup-julia@v2
26+ with :
27+ version : ${{ matrix.version }}
28+ arch : ${{ matrix.arch }}
29+ - uses : julia-actions/cache@v2
30+ - uses : julia-actions/julia-buildpkg@v1
31+ - uses : julia-actions/julia-runtest@v1
32+ with :
33+ test_args : ' --verbose release'
34+ coverage : false
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ JuliaAstro.github.io
44[ ![ docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaastro.org/ )
55[ ![ Build] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/Documentation.yml/badge.svg )] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/Documentation.yml )
66[ ![ Deploy] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages )] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/pages/pages-build-deployment )
7- [ ![ Test JuliaAstro] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI.yml/badge.svg )] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI.yml )
7+ [ ![ Test JuliaAstro (release)] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI_release.yml/badge.svg )] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI_release.yml )
8+ [ ![ Test JuliaAstro (dev)] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI_dev.yml/badge.svg )] ( https://github.com/JuliaAstro/JuliaAstro.github.io/actions/workflows/CI_dev.yml )
89
910## Description
1011
File renamed without changes.
You can’t perform that action at this time.
0 commit comments