-
Notifications
You must be signed in to change notification settings - Fork 56
Add a smoke test in build pipeline #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e409e29
test
hossam-nasr 6e94781
modify bash
hossam-nasr dda92f9
Update azure-pipelines.yml for Azure Pipelines
hossam-nasr 8c1aa50
update comment
hossam-nasr 9d0cfa3
fix UnitTests project
hossam-nasr 50eb74a
Make all arguments to DummyOrchestrationContext optional
hossam-nasr 0802431
install chai
hossam-nasr e700a11
simplify script
hossam-nasr c330295
update names
hossam-nasr 8e84f17
add test app in test directory
hossam-nasr a23c1c5
update yaml
hossam-nasr 22b9dcc
use built-in tasks and move to unit testing job
hossam-nasr 38d568f
indent test app jsons and rename to Test
hossam-nasr 0103eff
remove durable-functions from test app
hossam-nasr 55c6579
fix build errors
hossam-nasr 314d892
add uninstall durable-functions step just in case
hossam-nasr 5d19dd3
add uninstall durable-functions step just in case
hossam-nasr b6df84f
naming
hossam-nasr a1b31eb
set package variable
hossam-nasr e9efa78
typo
hossam-nasr fd43667
properly reference variable
hossam-nasr b1977a9
switch to powershell
hossam-nasr 39b84e3
explicitly specify powershell
hossam-nasr 273a9c1
use full path of package
hossam-nasr cde503e
add some logging
hossam-nasr 4812069
remove logging
hossam-nasr 48ea0e7
explicitly use full name
hossam-nasr 1bf56a5
try renaming package file
hossam-nasr 30c309e
readme for test app
hossam-nasr 7b920a7
Update README.md
hossam-nasr fc47f6e
reintroduce moment type error to test pipeline fails
hossam-nasr 0afc044
Merge branch 'hossamnasr/build-pipeline' of github.com:Azure/azure-fu…
hossam-nasr c10bdd6
try script step instead of npm task
hossam-nasr 4455033
revert moment type error
hossam-nasr 09aef15
update and fix pipeline
hossam-nasr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/** | ||
lib/** | ||
samples/node_modules/** | ||
test/test-app/node_modules/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*.js.map | ||
*.ts | ||
.git* | ||
.vscode | ||
local.settings.json | ||
test | ||
tsconfig.json |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.