Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Nov 23, 2023
1 parent e96a1a4 commit 8bda8c8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-format-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Run dotnet format
id: format
uses: jfversluis/[email protected]
Expand All @@ -26,6 +27,7 @@ jobs:
run: |
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln -f net6.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln -f net7.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln -f net8.0
- name: Commit files
if: steps.format.outputs.has-changes == 'true'
uses: EndBug/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
env:
NUGET_CERT_REVOCATION_MODE: offline
- name: Restore dependencies
Expand All @@ -27,3 +28,4 @@ jobs:
run: |
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net6.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net7.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net8.0
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
env:
NUGET_CERT_REVOCATION_MODE: offline
- name: Restore dependencies
Expand All @@ -27,3 +28,4 @@ jobs:
run: |
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net6.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net7.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net8.0
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
env:
NUGET_CERT_REVOCATION_MODE: offline
- name: Restore dependencies
Expand All @@ -27,3 +28,4 @@ jobs:
run: |
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net6.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net7.0
dotnet test ./src/CSharp/EasyMicroservices.Cores.sln --no-build --verbosity normal -f net8.0
1 change: 1 addition & 0 deletions .github/workflows/nuget-push-public-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore ./src/CSharp/EasyMicroservices.Cores.sln
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nuget-push-public-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
env:
DOTNET_INSTALL_DIR: /usr/share/dotnet
- name: Restore dependencies
Expand Down

0 comments on commit 8bda8c8

Please sign in to comment.