From 824e38ef3b9ec74aa3fcf683a02fbcfc61989076 Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Thu, 7 Nov 2024 16:51:16 +0200 Subject: [PATCH] fix workflow file name --- .github/workflows/chainsimulator-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chainsimulator-tests.yml b/.github/workflows/chainsimulator-tests.yml index 0f3b7d5..a0db233 100644 --- a/.github/workflows/chainsimulator-tests.yml +++ b/.github/workflows/chainsimulator-tests.yml @@ -6,7 +6,7 @@ on: jobs: # This job references the reusable workflow directly at the top-level `uses` call-reusable-workflow: - uses: multiversx/chain-simulator-reusable-workflow/.github/workflows/start-containers.yml@first-version + uses: multiversx/chain-simulator-reusable-workflow/.github/workflows/workflow.yml@first-version with: with_elastic: true # Enable Elasticsearch services with_notifier: false # Do not enable notifier services