From 06ba4db8c900cdbd6b3f0113ff919fb993d18d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxemilian=20Gr=C3=B6nblom?= Date: Thu, 19 Oct 2023 22:39:15 +0300 Subject: [PATCH] fix: some minor fixes to the benchmarker workflow --- .github/workflows/benchmarker.yml | 5 ++++- .github/workflows/build-push.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarker.yml b/.github/workflows/benchmarker.yml index 52a6c7f9..4bda3a94 100644 --- a/.github/workflows/benchmarker.yml +++ b/.github/workflows/benchmarker.yml @@ -20,7 +20,7 @@ on: type: string benchmarks: description: 'The benchmarks to run, can be a list of benchmarks or a single benchmark, defaults to all benchmarks' - default: "" + default: "all" required: false type: string @@ -44,6 +44,9 @@ jobs: run: pip install -r requirements.txt working-directory: ${{ github.workspace }}/shot-benchmarker + - shell: bash + run: echo ${{ inputs.shot_executable }} + - shell: bash env: INPUT_BENCHMARK_FOLDER: ${{ inputs.benchmark_folder }} diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index d04ea9d2..d6a65a1d 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -42,7 +42,7 @@ jobs: with: benchmark_folder: "MINLP-convex-small" benchmark_type: "nl" - shot_executable: ${{github.workspace}}/build/SHOT + shot_executable: ${{ github.workspace }}/build/SHOT # Publish the test results as an output publish-test: