Skip to content

Commit

Permalink
runsettingsファイルのパス修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Nov 7, 2023
1 parent 5ce3a13 commit 1c38126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples-dressca-backend.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- id: run-tests
name: テストの実行
continue-on-error: true
run: dotnet test --settings:./Dressca.IntegrationTest/citest.runsettings --no-build --logger trx --verbosity normal --configuration ${{ env.BUILD_CONFIGURATION }} --collect "XPlat Code Coverage"
run: dotnet test --settings:./tests/Dressca.IntegrationTest/citest.runsettings --no-build --logger trx --verbosity normal --configuration ${{ env.BUILD_CONFIGURATION }} --collect "XPlat Code Coverage"

- id: create-test-result-report
name: テスト結果ページの作成
Expand Down

0 comments on commit 1c38126

Please sign in to comment.