Skip to content

Commit

Permalink
feat: fix runs-on
Browse files Browse the repository at this point in the history
Signed-off-by: Thanabodee Charoenpiriyakij <wingyminus@gmail.com>
  • Loading branch information
wingyplus committed Dec 27, 2024
1 parent 220102e commit e74cc91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/dot_github/lib/dot_github.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ defmodule DotGithub do
|> Dagger.Client.gha()
|> Dagger.Gha.job(
"Run Test",
"dagger call test"
"dagger call test",
runner: ["ubuntu-latest"]
)
)
end
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.gen.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e74cc91

Please sign in to comment.