Skip to content

Commit

Permalink
Update dotnet and checkout actions to current.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson committed Jan 4, 2024
1 parent 8ba9e57 commit d75405e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/dotnetci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v4

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

- name: Build
run: dotnet build -c Release --no-restore

- name: Run Tests
run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LongRunning"
run: dotnet build -c Release

# - name: Run Tests
# run: dotnet test -c Release --no-build --verbosity normal --filter "Category!=LongRunning"
#
# - name: Pack
# run: dotnet pack src/Orleans.SyncWork/Orleans.SyncWork.csproj -c Release --no-restore --no-build --include-symbols -p:SymbolPackageFormat=snupkg -o .
#
Expand Down

0 comments on commit d75405e

Please sign in to comment.