Skip to content

Commit

Permalink
読み込むビルドログのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna-can-se committed Nov 13, 2023
1 parent f0c4610 commit ec95d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/back-sample-pull-request-ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: ビルド(コンパイル, 静的テスト, JUnit)結果の表示
shell: bash
working-directory: ./samples/web-csr/dressca-backend
if: ${{ success() || (failure() && steps.run-build-and-tests.outcome == 'failure') }}
run: |
echo '# Build Result :gear:' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit ec95d69

Please sign in to comment.