We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff9f0f commit 0197e56Copy full SHA for 0197e56
.github/dot_github/lib/dot_github.ex
@@ -25,7 +25,7 @@ defmodule DotGithub do
25
|> Dagger.Client.gha()
26
|> Dagger.Gha.job(
27
"Run Test",
28
- "dagger call test",
+ "test",
29
runner: ["ubuntu-latest"]
30
)
31
0 commit comments