File tree 6 files changed +12
-0
lines changed
6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk elixir lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk elixir test
33
+ dev-engine : true
32
34
timeout : 10
Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk go lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk go test
33
+ dev-engine : true
32
34
timeout : 10
33
35
34
36
test-publish :
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk java lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk java test
33
+ dev-engine : true
32
34
timeout : 10
Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk python lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk python test
33
+ dev-engine : true
32
34
timeout : 10
33
35
34
36
test-publish :
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk rust lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk rust test
33
+ dev-engine : true
32
34
timeout : 10
Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ jobs:
22
22
secrets : inherit
23
23
with :
24
24
function : sdk typescript lint
25
+ dev-engine : true
25
26
timeout : 10
26
27
27
28
test :
28
29
uses : ./.github/workflows/_dagger_call.yml
29
30
secrets : inherit
30
31
with :
31
32
function : sdk typescript test
33
+ dev-engine : true
32
34
timeout : 10
33
35
34
36
test-publish :
You can’t perform that action at this time.
0 commit comments