mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Add workflow step to set up debug session (commented)
This commit is contained in:
committed by
Dan Christian Bogos
parent
448eea3918
commit
1485e77d55
5
.github/workflows/integration_tests.yaml
vendored
5
.github/workflows/integration_tests.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
go-version: "1.22.x"
|
||||
|
||||
- name: Setup Python
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.x"
|
||||
@@ -48,6 +48,9 @@ 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: Set up tmate session for debugging
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
|
||||
- name: Run flaky tests
|
||||
continue-on-error: true
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user