Skip to content

Commit 420a3ab

Browse files
committed
[Fix] CI: remove BATS --jobs 4 intra-container parallelism
[Fix] smoke-test: remove parallel-jobs: 4 from reusable workflow call [Fix] yara-x: remove --jobs 4 from standalone bats invocation
1 parent 1c355ff commit 420a3ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
os-matrix: '["debian12","centos6","centos7","rocky8","rocky9","rocky10","ubuntu2004","ubuntu2404"]'
1515
timeout: 25
1616
file-groups: 3
17-
parallel-jobs: 4
1817
reports: true
1918
docker-run-flags: '-e BATS_TEST_TIMEOUT=180'
2019

@@ -49,7 +48,6 @@ jobs:
4948
-v "${{ runner.temp }}/reports:/reports" \
5049
lmd-test-yara-x \
5150
bats --formatter tap \
52-
--jobs 4 \
5351
--report-formatter junit --output /reports \
5452
/opt/tests/
5553
- name: Upload yara-x test reports

0 commit comments

Comments
 (0)