Skip to content

Commit

Permalink
ci: run sdk lint+test using dev cli+engine (#7628)
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsma authored Jun 12, 2024
1 parent ba1737d commit db42523
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sdk-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
secrets: inherit
with:
function: sdk elixir lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk elixir test
dev-engine: true
timeout: 10
2 changes: 2 additions & 0 deletions .github/workflows/sdk-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
secrets: inherit
with:
function: sdk go lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk go test
dev-engine: true
timeout: 10

test-publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdk-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
secrets: inherit
with:
function: sdk java lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk java test
dev-engine: true
timeout: 10
2 changes: 2 additions & 0 deletions .github/workflows/sdk-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
secrets: inherit
with:
function: sdk python lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk python test
dev-engine: true
timeout: 10

test-publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdk-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
secrets: inherit
with:
function: sdk rust lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk rust test
dev-engine: true
timeout: 10
2 changes: 2 additions & 0 deletions .github/workflows/sdk-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
secrets: inherit
with:
function: sdk typescript lint
dev-engine: true
timeout: 10

test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk typescript test
dev-engine: true
timeout: 10

test-publish:
Expand Down

0 comments on commit db42523

Please sign in to comment.