mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
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:
committed by
Dan Christian Bogos
parent
fad94ebe5c
commit
0447e481ff
2
.github/workflows/integration_tests.yaml
vendored
2
.github/workflows/integration_tests.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user