Skip to content

Commit 21bde88

Browse files
author
Petr Sramek
committed
removed directory listing in console
1 parent 751c7ae commit 21bde88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
name: build
4848
path: .
4949
merge-multiple: true
50-
- name: Display structure of downloaded files
51-
run: ls -R .
5250
- name: Test
5351
run: dotnet test --no-restore --no-build --verbosity normal
5452

@@ -80,7 +78,7 @@ jobs:
8078
merge-multiple: true
8179
- name: Decode Benchmark
8280
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
83-
run: CI=false dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
81+
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
8482
- name: Encode Benchmark
8583
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
86-
run: CI=false dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
84+
run: dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)