mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
added a mkdir to workflow change later
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: go get dagger.io/dagger@latest
|
- run: go get dagger.io/dagger@latest
|
||||||
|
- run: mkdir dist
|
||||||
- run: go run ci/build_test_release.go
|
- run: go run ci/build_test_release.go
|
||||||
- name: publish project
|
- name: publish project
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ func main() {
|
|||||||
// run application tests
|
// run application tests
|
||||||
|
|
||||||
test := runner.WithExec([]string{"go", "test"})
|
test := runner.WithExec([]string{"go", "test"})
|
||||||
|
|
||||||
buildDir := test.Directory("/src/dist")
|
buildDir := test.Directory("/src/dist")
|
||||||
|
|
||||||
for _, goos := range geese {
|
for _, goos := range geese {
|
||||||
|
|||||||
Reference in New Issue
Block a user