We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09cf99 commit e02281eCopy full SHA for e02281e
1 file changed
.github/workflows/trigger-PR-pipeline.yml
@@ -107,6 +107,7 @@ jobs:
107
echo '${{ secrets.CLIENT_LOCAL_SETTINGS_JSON }}' > src/ByteSync.Client/local.settings.json
108
echo '${{ secrets.FUNCTIONS_INTEGRATION_TESTS_LOCAL_SETTINGS_JSON }}' > tests/ByteSync.Functions.IntegrationTests/functions-integration-tests.local.settings.json
109
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
111
- run: dotnet restore --locked-mode
112
- run: dotnet clean --verbosity quiet
113
- run: dotnet build --verbosity quiet /property:WarningLevel=0
0 commit comments