Skip to content

Commit e02281e

Browse files
committed
feat: improve github actions
1 parent e09cf99 commit e02281e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
108108
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
109109
echo '${{ secrets.SERVER_COMMON_TESTS_LOCAL_SETTINGS }}' > tests/ByteSync.ServerCommon.Tests/server-common-tests.local.settings.json
110+
echo '${{ secrets.CLIENT_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Client.IntegrationTests/client-integration-tests.local.settings.json
110111
- run: dotnet restore --locked-mode
111112
- run: dotnet clean --verbosity quiet
112113
- run: dotnet build --verbosity quiet /property:WarningLevel=0

0 commit comments

Comments
 (0)