-
Notifications
You must be signed in to change notification settings - Fork 32
merging master into experiimental #351
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
base: Experimental
Are you sure you want to change the base?
Changes from all commits
3df3fac
5aee40a
39a00f0
6e06bdd
c6fe6cf
c5bab2e
7cf7bab
3770957
b2425d4
434d0c9
59e54d8
b6cf8d8
9a2f5a6
572c684
82f1cf4
6f8563f
91aa340
8fc57c1
18cd81e
c529063
7a048ce
e38e039
da0fe3a
9b4d295
01429ab
449cfd1
2ad3bd4
ab964b7
a79cbcb
58ce198
37aa201
98073f3
f56f511
196d7b3
3c6101f
84da1f8
8aab0ef
a369392
b2fdb51
a5783e4
018c450
229cde9
4e9916d
5402531
14ee2a7
7541fee
b8d0dfb
5782350
eb1cafb
20f0980
338d1a4
34251d1
5ccd939
6ddd58e
2f2beff
7ccf1dd
29c174b
8bd2b9c
5e66284
15e7250
f9bf088
f81438b
c339e6d
43016bc
4cc98a4
324986b
e622c12
a05a183
c0ab3df
71da765
e14ac02
0fa23a2
47ed263
cc5fa7b
af2f972
736ca7b
b02062a
2eefed4
08cce84
7618404
b9e7b1e
7975550
adbefe9
f8fc981
1d84f9b
a2f6df0
6338563
34bed21
494be75
e841e4e
dea0144
cedc76d
df2650b
b0d52fd
4a37b88
56ad31f
52283f9
9f2b503
8893fd4
6ce9d64
de04cea
73d4796
94bbbc6
61d5ec2
647b2e5
9b5a170
9cf719a
e62f27c
99b52d3
a3681d5
4081c20
bb87851
bdb6640
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -137,6 +137,31 @@ jobs: | |
| dotnet test "STAR ODK/NextGenSoftware.OASIS.STAR.WebAPI.IntegrationTests/NextGenSoftware.OASIS.STAR.WebAPI.IntegrationTests.csproj" --no-build --verbosity normal | ||
| dotnet test "STAR ODK/NextGenSoftware.OASIS.STAR.WebUI.IntegrationTests/NextGenSoftware.OASIS.STAR.WebUI.IntegrationTests.csproj" --no-build --verbosity normal | ||
|
|
||
| # STARAPIClient Unit + Integration + Harness | ||
| test-starapi-client: | ||
| name: Test STARAPIClient | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Setup .NET | ||
| uses: actions/setup-dotnet@v4 | ||
| with: | ||
| dotnet-version: ${{ env.DOTNET_VERSION }} | ||
|
|
||
| - name: Run STARAPIClient test suite | ||
| shell: pwsh | ||
| run: | | ||
| & "OASIS Omniverse/STARAPIClient/run_star_api_test_suite.ps1" -Configuration Release -KillStaleTestHosts $true | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. STARAPIClient tests likely fail on UbuntuHigh Severity The new Additional Locations (1) |
||
| - name: Upload STARAPIClient test artifacts | ||
| uses: actions/upload-artifact@v4 | ||
| if: always() | ||
| with: | ||
| name: starapiclient-test-results | ||
| path: OASIS Omniverse/STARAPIClient/TestResults/ | ||
| retention-days: 30 | ||
|
|
||
| # Unity Tests (if Unity is available) | ||
| unity-tests: | ||
| name: Unity Tests | ||
|
|
@@ -160,7 +185,7 @@ jobs: | |
| build-and-package: | ||
| name: Build and Package | ||
| runs-on: ubuntu-latest | ||
| needs: [test-oasis-architecture, test-onode, test-star-odk, integration-tests] | ||
| needs: [test-oasis-architecture, test-onode, test-star-odk, integration-tests, test-starapi-client] | ||
| if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' | ||
|
|
||
| steps: | ||
|
|
||
Large diffs are not rendered by default.
This file was deleted.


Uh oh!
There was an error while loading. Please reload this page.