From 8ac159e9e7a854b587159331ff17dfe911be1a9d Mon Sep 17 00:00:00 2001 From: Miri Bar Date: Tue, 2 Jul 2024 18:08:05 +0300 Subject: [PATCH] chore: integration-tests.yaml update inputs --- .github/workflows/integration-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index bca872cf..f0a88376 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -59,6 +59,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: ${{ inputs.commit-to-test }} - name: Install Poetry run: | pipx install poetry