mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06: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
a5ee0c6d6b
commit
0d512f64c2
5
.github/workflows/integration_tests.yaml
vendored
5
.github/workflows/integration_tests.yaml
vendored
@@ -51,3 +51,8 @@ jobs:
|
||||
- name: Run integration tests
|
||||
run: |
|
||||
sudo env "PATH=$PATH" ./integration_test.sh
|
||||
|
||||
- name: Run flaky tests
|
||||
continue-on-error: true
|
||||
run: |
|
||||
sudo env "PATH=$PATH" ./flaky_test.sh
|
||||
|
||||
Reference in New Issue
Block a user