From 0447e481fff4773eac2a64da697c5e4981a8df2e Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 9 Aug 2023 08:43:19 -0400 Subject: [PATCH] Update it workflow to run tests for PR version of the repo Before it was running the tests for the latest commit on the main repo instead of running them for the PR version of it. --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index df2f9311d..7784533f1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -41,7 +41,7 @@ jobs: - name: Run Ansible Playbook run: | - ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami)" + ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami) cgrates_dir=$GITHUB_WORKSPACE clone_repository=false" - name: Run integration tests run: |