We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e752939 commit e57fc89Copy full SHA for e57fc89
1 file changed
.github/workflows/continous-benchmark.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Show locations
23
run: ls
24
- name: Run benchmark
25
- run: dotnet run --project .\GeoJSON.Text.Test.Benchmark\GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
+ run: dotnet run --project ./GeoJSON.Text.Test.Benchmark/GeoJSON.Text.Test.Benchmark.csproj --framework net6 -c Release -- --job short --filter *
26
# Download previous benchmark result from cache (if exists)
27
- name: Download previous benchmark data
28
uses: actions/cache@v1
0 commit comments