Skip to content

Commit db42523

Browse files
authored
ci: run sdk lint+test using dev cli+engine (#7628)
1 parent ba1737d commit db42523

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

.github/workflows/sdk-elixir.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk elixir lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk elixir test
33+
dev-engine: true
3234
timeout: 10

.github/workflows/sdk-go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk go lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk go test
33+
dev-engine: true
3234
timeout: 10
3335

3436
test-publish:

.github/workflows/sdk-java.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk java lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk java test
33+
dev-engine: true
3234
timeout: 10

.github/workflows/sdk-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk python lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk python test
33+
dev-engine: true
3234
timeout: 10
3335

3436
test-publish:

.github/workflows/sdk-rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk rust lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk rust test
33+
dev-engine: true
3234
timeout: 10

.github/workflows/sdk-typescript.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
secrets: inherit
2323
with:
2424
function: sdk typescript lint
25+
dev-engine: true
2526
timeout: 10
2627

2728
test:
2829
uses: ./.github/workflows/_dagger_call.yml
2930
secrets: inherit
3031
with:
3132
function: sdk typescript test
33+
dev-engine: true
3234
timeout: 10
3335

3436
test-publish:

0 commit comments

Comments
 (0)