Skip to content

Commit 0310d3d

Browse files
authored
fix: correct directory path
1 parent 2c86cf3 commit 0310d3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/trigger-PR-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash
4141
run: |
4242
echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
43-
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
43+
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
4444
4545
- run: dotnet restore --locked-mode
4646
- run: dotnet clean --verbosity quiet
@@ -120,7 +120,7 @@ jobs:
120120
shell: bash
121121
run: |
122122
echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
123-
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
123+
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
124124
125125
- run: dotnet restore --locked-mode
126126
- run: dotnet clean --verbosity quiet
@@ -199,7 +199,7 @@ jobs:
199199
shell: bash
200200
run: |
201201
echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
202-
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
202+
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
203203
204204
- run: dotnet restore --locked-mode
205205
- run: dotnet clean --verbosity quiet

0 commit comments

Comments
 (0)