Skip to content

Commit

Permalink
working-directory追記 #31
Browse files Browse the repository at this point in the history
  • Loading branch information
shari-sushi committed Jan 15, 2024
1 parent 1fc0a56 commit 6cecd40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

0 comments on commit 6cecd40

Please sign in to comment.