Run integration and flaky scripts separately in workflow

flaky_test.sh failure will be ignored
This commit is contained in:
ionutboangiu
2024-05-16 18:23:03 +03:00
committed by Dan Christian Bogos
parent e531b6e66d
commit 6d3d7b3b23

View File

@@ -48,6 +48,11 @@ jobs:
run: |
ansible-playbook data/ansible/integration_tests/main.yaml -i localhost, -c local -e "ansible_user=$(whoami) cgrates_dir=$GITHUB_WORKSPACE clone_repository=false install_go=false"
- name: Run flaky tests
continue-on-error: true
run: |
sudo env "PATH=$PATH" ./flaky_test.sh
- name: Run integration tests
run: |
sudo env "PATH=$PATH" ./integration_test.sh