Skip to content

Commit 613eb64

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

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/bookkeeping.yml

Lines changed: 12 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,
@@ -89,6 +88,18 @@ jobs:
8988
down
9089
env:
9190
TEST_TYPE: ${{ matrix.test_type }}
91+
env_tests:
92+
name: Env Tests
93+
run: |
94+
for i in $(seq 1 ${{ 10 }}); do
95+
echo "--- Run $i ---"
96+
docker compose \
97+
-f docker-compose.test-parallel-base.yml \
98+
-f docker-compose.test-parallel-ci.yml \
99+
run test_app
100+
done
101+
env:
102+
TEST_TYPE: envs
92103

93104
linter:
94105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)