mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Run integration and flaky scripts separately in workflow
flaky_test.sh failure will be ignored
This commit is contained in:
committed by
Dan Christian Bogos
parent
e531b6e66d
commit
6d3d7b3b23
5
.github/workflows/integration_tests.yaml
vendored
5
.github/workflows/integration_tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user