-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reorganize all files * Update workflows
- Loading branch information
Showing
127 changed files
with
35 additions
and
70 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
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 |
---|---|---|
|
@@ -3,17 +3,13 @@ name: Build / Test | |
on: | ||
push: | ||
paths: | ||
- 'Gangs*/**' | ||
- 'src/**' | ||
- '.github/workflows/dotnet.yml' | ||
- 'Core/**' | ||
- 'Commands/**' | ||
- 'coverage.runsettings' | ||
pull_request: | ||
paths: | ||
- 'Gangs*/**' | ||
- 'src/**' | ||
- '.github/workflows/dotnet.yml' | ||
- 'Core/**' | ||
- 'Commands/**' | ||
- 'coverage.runsettings' | ||
|
||
jobs: | ||
|
@@ -84,16 +80,16 @@ jobs: | |
- name: Test with MariaDB | ||
env: | ||
DB_GANGS_CONNECTION: "Server=localhost;Port=3307;Database=gangs;User=root" | ||
run: dotnet test GangsTest/GangsTest.csproj --no-build --verbosity normal | ||
run: dotnet test src/GangsTest/GangsTest.csproj --no-build --verbosity normal | ||
- name: Test with MySQL | ||
env: | ||
DB_GANGS_CONNECTION: "Server=localhost;Port=3306;Database=gangs;User=root" | ||
run: dotnet test GangsTest/GangsTest.csproj --no-build --verbosity normal | ||
run: dotnet test src/GangsTest/GangsTest.csproj --no-build --verbosity normal | ||
- name: Generate Code Coverage Report | ||
env: | ||
DB_GANGS_CONNECTION: "Server=localhost;Port=3306;Database=gangs;User=root" | ||
if: ${{ matrix.dotnet-version == '9.0.x' }} | ||
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage GangsTest/GangsTest.csproj --settings coverage.runsettings | ||
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage src/GangsTest/GangsTest.csproj --settings coverage.runsettings | ||
- name: Code Coverage Summary Report | ||
uses: irongut/[email protected] | ||
if: ${{ matrix.dotnet-version == '9.0.x' }} | ||
|
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 |
---|---|---|
|
@@ -5,9 +5,10 @@ name: Nightly | |
|
||
on: | ||
workflow_run: | ||
workflows: [ "Build / Test" ] | ||
workflows: [ Build / Test ] | ||
branches: [ "dev", "main" ] | ||
types: [ "completed" ] | ||
types: | ||
- completed | ||
push: | ||
branches: | ||
- dev | ||
|
@@ -17,6 +18,7 @@ on: | |
|
||
jobs: | ||
build: | ||
if: github.event.workflow_run.conclusion == 'success' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -32,8 +34,8 @@ jobs: | |
|
||
- run: | | ||
dotnet restore | ||
dotnet build Gangs/Gangs.csproj --no-restore | ||
dotnet publish Gangs/Gangs.csproj --no-build --no-restore | ||
dotnet build src/CS2/Gangs/Gangs.csproj --no-restore | ||
dotnet publish src/CS2/Gangs/Gangs.csproj --no-build --no-restore | ||
- uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -24,8 +24,8 @@ jobs: | |
|
||
- run: | | ||
dotnet restore | ||
dotnet build Core/Core.csproj --no-restore | ||
dotnet publish Core/Core.csproj --no-build --no-restore | ||
dotnet build src/CS2/Gangs/Gangs.csproj --no-restore | ||
dotnet publish src/CS2/Gangs/Gangs.csproj --no-build --no-restore | ||
- uses: actions/[email protected] | ||
with: | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
...I/Services/Commands/Command/TestParent.cs → ...I/Services/Commands/Command/TestParent.cs
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.