Skip to content

test: define gateway recovery progress vocabulary #247

test: define gateway recovery progress vocabulary

test: define gateway recovery progress vocabulary #247

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run shell tests
run: |
set -euo pipefail
bash tests/test_install_2fa_bot_watcher.sh
bash tests/test_wait_for_ib_gateway_ready.sh
python3 tests/test_gateway_recovery_vocabulary.py
bash tests/test_workflow_shared_config.sh
bash tests/test_docker_compose_ports.sh