File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v3
25
25
- uses : actions/setup-dotnet@v3
26
26
with :
27
- dotnet-version : 6 .0.x
27
+ dotnet-version : 8 .0.x
28
28
- name : Run benchmark
29
29
run : dotnet run --project tools/Libplanet.Benchmarks -c Release -- --exporters json --filter '*'
30
30
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.pull_request.head.sha }}
25
25
- uses : actions/setup-dotnet@v3
26
26
with :
27
- dotnet-version : 6 .0.x
27
+ dotnet-version : 8 .0.x
28
28
- name : Run benchmark
29
29
run : dotnet run --project tools/Libplanet.Benchmarks -c Release -- --exporters json --filter '*'
30
30
Original file line number Diff line number Diff line change 34
34
WEB_FLOW_KEY_URL : https://github.com/web-flow.gpg
35
35
- uses : actions/setup-dotnet@v3
36
36
with :
37
- dotnet-version : 6 .0.x
37
+ dotnet-version : 8 .0.x
38
38
- uses : actions/setup-node@v3
39
39
with :
40
40
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 25
25
ref : ${{ github.pull_request.head.sha }}
26
26
- uses : actions/setup-dotnet@v3
27
27
with :
28
- dotnet-version : 6 .0.x
28
+ dotnet-version : 8 .0.x
29
29
- run : ' hooks/pre-commit'
30
30
- run : ' dotnet pack -p:SkipSonar=false -p:_IsPacking=true'
Original file line number Diff line number Diff line change 25
25
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
26
26
- uses : actions/setup-dotnet@v3
27
27
with :
28
- dotnet-version : 6 .0.x
28
+ dotnet-version : 8 .0.x
29
29
- run : dotnet build -p:SkipSonar=true
30
30
- run : mkdir -p Docs/obj/
31
31
- run : Docs/build.ps1
48
48
description : Libplanet docs generated by DocFX
49
49
state : ' success'
50
50
target_url : ${{ steps.docs-url.outputs.url }}
51
- if : github.event_name != 'pull_request'
51
+ if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments