From 86ff1e4bed4719d8f8befba7429490d6b286a59d Mon Sep 17 00:00:00 2001 From: Konboi Date: Tue, 19 Mar 2024 16:14:28 +0900 Subject: [PATCH] fix --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4d66193..0a604d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,6 +24,7 @@ jobs: with: ref: master fetch-depth: 0 + path: eg - uses: actions/checkout@v2 with: repository: launchableinc/cli @@ -51,7 +52,7 @@ jobs: - run: "ls -a .." - run: "ls -a go" - name: Record commits and build - run: 'launchable record build --name "$GITHUB_RUN_ID" --source . --source=cli=./cli' # care for working-directory path + run: 'launchable record build --name "$GITHUB_RUN_ID" --source src=. --source cli=./cli' # care for working-directory path - run: "cd go" - name: Subset run: go test -list="Test|Example" ./... | launchable subset --confidence 80% go-test > launchable-subset.txt