mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
update package name to ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package main
|
package ci
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
@@ -34,7 +34,7 @@ func main() {
|
|||||||
|
|
||||||
// set the working directory in the container
|
// set the working directory in the container
|
||||||
// install application dependencies
|
// install application dependencies
|
||||||
runner := source.WithWorkdir("/src").
|
runner := source.WithWorkdir("/src/src_code/go_src/").
|
||||||
WithExec([]string{"go", "mod", "tidy"})
|
WithExec([]string{"go", "mod", "tidy"})
|
||||||
|
|
||||||
// run application tests
|
// run application tests
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package main
|
package ci
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
Reference in New Issue
Block a user