From 6b3e1044ab688ddd72b33ff8400f81bafe7a9eed Mon Sep 17 00:00:00 2001 From: bogdan-rosianu Date: Thu, 7 Nov 2024 15:18:25 +0200 Subject: [PATCH] add missing eol --- .github/workflows/chainsimulator-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/chainsimulator-tests.yml b/.github/workflows/chainsimulator-tests.yml index 3de8952..a3a41e8 100644 --- a/.github/workflows/chainsimulator-tests.yml +++ b/.github/workflows/chainsimulator-tests.yml @@ -4,6 +4,12 @@ on: pull_request: jobs: + call-reusable-workflow: + 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 + test-chainsimulator-e2e: runs-on: ubuntu-latest strategy: