File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 21
21
workflow_dispatch :
22
22
23
23
jobs :
24
- build_on_docker :
24
+ coverage :
25
25
if : github.event_name != 'workflow_dispatch'
26
- name : linux-docker -${{ matrix.os }}-${{ matrix.build_type }}
26
+ name : coverage -${{ matrix.os }}-${{ matrix.build_type }}
27
27
runs-on : ubuntu-latest
28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
31
- # Supported LTS versions
32
- os : [ubuntu-jammy, ubuntu-noble, ubuntu-oracular]
33
- build_type : [Release]
34
- codecov : [OFF]
35
- check_format : [OFF]
36
- build_dartpy : [ON]
37
- enable_simd : [ON]
38
31
include :
39
32
# For code coverage report to Codecov
40
33
- os : ubuntu-jammy
79
72
$DART_DEV_IMAGE:$DOCKER_TAG \
80
73
/bin/sh -c "cd $GITHUB_WORKSPACE && ./scripts/build.sh"
81
74
82
- build_on_pixi :
83
- name : ubuntu-pixi
75
+ build :
76
+ name : ubuntu
84
77
runs-on : ubuntu-latest
85
78
steps :
86
79
- name : Checkout
102
95
- name : Test DART and dartpy
103
96
run : |
104
97
pixi run test-all
105
-
98
+
106
99
- name : Install
107
100
run : |
108
101
pixi run install
You can’t perform that action at this time.
0 commit comments