Skip to content

Commit

Permalink
samples-dressca-backend.ci.ymlの誤字を修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Oct 23, 2023
1 parent 3c370f5 commit ac387cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- '.github/workflows/samples-dressca-backend.ci.yml'
workflow_dispatch:

env:
WORKING_DIRECTORY: samples/Dressca/dressca-backend

defaults:
run:
working-directory: samples/Dressca/dressca-backend
Expand Down Expand Up @@ -53,7 +56,7 @@ jobs:
if: ${{ success() || (failure() && steps.application-build.conclusion == 'failure') }}
run: |
echo '# Build Result :gear:' >> $GITHUB_STEP_SUMMARY
cat buildResult.txt | sed -n -e '/Done/,/Elapsed/p' >> $GITHUB_STEP_SUMMARY
cat build-Result.txt | sed -n -e '/Done/,/Elapsed/p' >> $GITHUB_STEP_SUMMARY
- id: run-tests
name: テストの実行
Expand Down

0 comments on commit ac387cb

Please sign in to comment.