-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documents folders, modify readme, modify workflow
- Loading branch information
Showing
12 changed files
with
339 additions
and
63 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 |
---|---|---|
@@ -1,39 +1,47 @@ | ||
name: Minh_Rebase_Branch_Workflow | ||
name: Main_Branch_Workflow | ||
|
||
on: | ||
push: | ||
branches: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
branches: | ||
- main | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup .NET Version 6 | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 6.0.x | ||
- name: Setup .NET Version 6 | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 6.0.x | ||
|
||
- name: Build Solution | ||
run: dotnet build Server_Side/Server_Side.sln | ||
- name: Build Solution | ||
run: dotnet build Server_Side/Server_Side.sln | ||
|
||
- name: Restore NuGet packages | ||
run: dotnet restore Server_Side/Server_Side.sln | ||
- name: Restore NuGet packages | ||
run: dotnet restore Server_Side/Server_Side.sln | ||
|
||
- name: Run Unit Tests In DatabaseAnalysisModuleTests Folder | ||
run: dotnet test DatabaseAnalysisModuleTests/DatabaseAnalysisModuleTests.csproj | ||
- name: Run Unit Tests In DatabaseAnalysisModuleTests Folder | ||
run: dotnet test DatabaseAnalysisModuleTests/DatabaseAnalysisModuleTests.csproj | ||
|
||
- name: Publish Test Results | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: test-results | ||
path: DatabseAnalysisModuleTests/TestResults | ||
- name: Run Unit Tests In AnalysisServiceTests Folder | ||
run: dotnet test AnalysisServiceTests/AnalysisServiceTests.csproj | ||
|
||
- name: Publish Test Results DatabaseAnalysisModuleTests Folder | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: test-results-database | ||
path: DatabaseAnalysisModuleTests/TestResults | ||
|
||
- name: Publish Test Results AnalysisServiceTests Folder | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: test-results-analysis | ||
path: AnalysisServiceTests/TestResults |
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ on: | |
pull_request: | ||
branches: | ||
- main | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
|
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.