Skip to content

Commit

Permalink
update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
gkurbesov committed Nov 16, 2024
1 parent 2812bad commit 849ca0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet build ./YaCloudKit.sln --configuration Release --no-restore

- name: Test
run: dotnet test ./YaCloudKit.sln --configuration Release --no-restore
run: dotnet test --no-build ./YaCloudKit.sln --configuration Release --no-restore

- name: Pack
run: dotnet pack ./YaCloudKit.sln -c Release
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
uses: actions/checkout@v4

- name: Install dependencies
run: dotnet restore ./YaCloudKit.sln
Expand All @@ -26,4 +21,4 @@ jobs:
run: dotnet build ./YaCloudKit.sln --configuration Release --no-restore

- name: Test
run: dotnet test ./YaCloudKit.sln --configuration Release --no-restore
run: dotnet test --no-build ./YaCloudKit.sln --configuration Release --no-restore

0 comments on commit 849ca0d

Please sign in to comment.