Feat/refactoring-module-menu (#22733)

This commit is contained in:
Yehonal 2025-08-30 23:44:07 +02:00 committed by GitHub
parent 5c31e3b411
commit 5a79a4edce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1398 additions and 190 deletions

View file

@ -42,7 +42,12 @@ jobs:
- name: Install requirements
run: |
sudo apt install -y bats
sudo apt-get update
# Install bats-core >= 1.5.0 to support bats_require_minimum_version
sudo apt-get install -y git curl
git clone --depth 1 https://github.com/bats-core/bats-core.git /tmp/bats-core
sudo /tmp/bats-core/install.sh /usr/local
bats --version
./acore.sh install-deps
- name: Run bash script tests for ${{ matrix.test-module }}
@ -50,7 +55,7 @@ jobs:
TERM: xterm-256color
run: |
cd apps/test-framework
./run-tests.sh --tap
./run-tests.sh --tap --all
build-and-test:
name: Build and Integration Test