From 0bf0f3faa3af992d4942756bf2c7f73c566e625a Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Wed, 15 Nov 2023 07:58:20 +0100 Subject: [PATCH] Incorrect arguments passed for running bench fix #1164 --- .github/workflows/ci-nix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-nix.yaml b/.github/workflows/ci-nix.yaml index f942b67928d..d8b3f58d0d7 100644 --- a/.github/workflows/ci-nix.yaml +++ b/.github/workflows/ci-nix.yaml @@ -143,7 +143,7 @@ jobs: options: 'datasets datasets/3-nodes.json datasets/1-node.json --output-directory $(pwd)/../benchmarks --timeout 1000s' - package: plutus-merkle-tree bench: on-chain-cost - options: '--output-directory $(pwd)/../benchmarks' + options: '$(pwd)/../benchmarks' steps: - name: 📥 Checkout repository uses: actions/checkout@v4