File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,18 @@ permissions:
11
11
contents : write
12
12
13
13
jobs :
14
- build :
14
+ test :
15
+ name : Run tests
15
16
strategy :
16
17
matrix :
17
18
include :
18
19
- { target: linux-64, os: ubuntu-latest }
19
20
fail-fast : false
20
-
21
21
runs-on : ${{ matrix.os }}
22
22
timeout-minutes : 5
23
-
24
23
defaults :
25
24
run :
26
25
shell : bash
27
- test :
28
- name : Run tests
29
- runs-on : ubuntu-latest
30
26
steps :
31
27
- name : Checkout code
32
28
uses : actions/checkout@v4
38
34
39
35
package :
40
36
name : Create package
41
- runs-on : ubuntu-latest
37
+ strategy :
38
+ matrix :
39
+ include :
40
+ - { target: linux-64, os: ubuntu-latest }
41
+ fail-fast : false
42
+ runs-on : ${{ matrix.os }}
43
+ timeout-minutes : 5
44
+ defaults :
45
+ run :
46
+ shell : bash
42
47
steps :
43
48
- name : Checkout code
44
49
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments