File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ jobs:
4141 with :
4242 dotnet-version : 9.x
4343 - uses : actions/download-artifact@v4
44- name : Display structure of downloaded files
4544 with :
46- path : build
47- run : ls -R
45+ name : build
46+ path : .
47+ merge-multiple : true
48+ - name : Display structure of downloaded files
49+ run : ls -R path/to/artifacts
4850 - name : Test
4951 run : dotnet test --no-build --verbosity normal
5052
6769 uses : actions/setup-dotnet@v3
6870 with :
6971 dotnet-version : 9.x
72+ - uses : actions/download-artifact@v4
73+ with :
74+ name : build
75+ path : .
76+ merge-multiple : true
7077 - name : Decode Benchmark
7178 working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
7279 run : dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
You can’t perform that action at this time.
0 commit comments