From 6cecd403ba4eab1b9b3124c501fc409e75e09baf Mon Sep 17 00:00:00 2001 From: sharin-sushi Date: Mon, 15 Jan 2024 13:38:36 +0900 Subject: [PATCH] =?UTF-8?q?working-directory=E8=BF=BD=E8=A8=98=20#31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions-demo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 3497579..394450e 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -24,7 +24,10 @@ jobs: # -v : パッケージ名を出力 - name: Build run: go build -v ./... + working-directory: test0015Go/. # -v : テスト成功しても値を出力 - name: Test run: go test -v ./... + working-directory: test0015Go/. +