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.
This commit is contained in:
ionutboangiu
2023-08-04 12:42:16 -04:00
committed by Dan Christian Bogos
parent db5c6cc4b9
commit 5bea63841b
4 changed files with 5 additions and 5 deletions

View File

@@ -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: |