We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c4380 commit f898e58Copy full SHA for f898e58
.github/workflows/release-to-GitHub.yml
@@ -53,9 +53,10 @@ jobs:
53
env:
54
LOGONDATA_JSON: ${{ secrets.INTEGRATIONTESTS_CLI_LOGONDATA_JSON }}
55
# heavy weight integration tests
56
- - run: 'dotnet test --configuration Release src/integrationtests-cli/integrationtests-cli.csproj'
+ ### - run: 'dotnet test --configuration Release src/integrationtests-cli/integrationtests-cli.csproj'
57
- name: 'Scrap secrets'
58
run: rm $GITHUB_WORKSPACE/src/integrationtests-cli/logon-data.json
59
+ if: always()
60
61
# Prepare Artifacts
62
- name: 'Publish FunctionRuntime'
0 commit comments