-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
57 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -48,6 +48,9 @@ jobs: | |
- name: run echo example app | ||
run: Powershell.exe -File .\tests\echo_script_test.ps1 | ||
|
||
- name: run all unittests | ||
run: cargo test --all | ||
|
||
build-linux: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
|
@@ -69,7 +72,8 @@ jobs: | |
sudo apt-get update; | ||
echo "servicefabric servicefabric/accepted-eula-ga select true" | sudo debconf-set-selections ; | ||
echo "servicefabricsdkcommon servicefabricsdkcommon/accepted-eula-ga select true" | sudo debconf-set-selections ; | ||
sudo apt-get install servicefabricsdkcommon -y | ||
sudo apt-get install servicefabricsdkcommon -y; | ||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/microsoft/servicefabric/bin/Fabric/Fabric.Code" >> $GITHUB_ENV | ||
- name: Get specific version CMake, v3.21.2 | ||
uses: lukka/[email protected] | ||
|
@@ -125,4 +129,7 @@ jobs: | |
# - name: resolve service | ||
# run: | | ||
# sleep 120 # wait for app to be up | ||
# sfctl service resolve --service-id EchoApp/EchoAppService | ||
# sfctl service resolve --service-id EchoApp/EchoAppService | ||
|
||
- name: run all unittests | ||
run: cargo test --all |
This file contains 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 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 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 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 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