Skip to content

Commit 33b4bca

Browse files
author
NarrowsProjects
committed
EXPERIMENT: test envs 10 times
1 parent 48c0dfd commit 33b4bca

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/bookkeeping.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
lhc-periods,
2929
lhc-fills,
3030
logs,
31-
envs,
3231
runs,
3332
tags,
3433
flps,
@@ -39,6 +38,13 @@ jobs:
3938
simulation-passes,
4039
qc-flag-types,
4140
qc-flags]
41+
include:
42+
- test_type: envs
43+
run_index: 1
44+
- test_type: envs
45+
run_index: 2
46+
- test_type: envs
47+
run_index: 3
4248

4349
steps:
4450
- uses: actions/checkout@v6
@@ -89,6 +95,18 @@ jobs:
8995
down
9096
env:
9197
TEST_TYPE: ${{ matrix.test_type }}
98+
env_tests:
99+
name: Env Tests
100+
run: |
101+
for i in $(seq 1 ${{ 10 }}); do
102+
echo "--- Run $i ---"
103+
docker compose \
104+
-f docker-compose.test-parallel-base.yml \
105+
-f docker-compose.test-parallel-ci.yml \
106+
run test_app
107+
done
108+
env:
109+
TEST_TYPE: envs
92110

93111
linter:
94112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)