Skip to content

Commit c5ffb05

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

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/bookkeeping.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ jobs:
8989
down
9090
env:
9191
TEST_TYPE: ${{ matrix.test_type }}
92+
env_tests:
93+
name: Env Tests
94+
run: |
95+
for i in $(seq 1 ${{ 10 }}); do
96+
echo "--- Run $i ---"
97+
docker compose \
98+
-f docker-compose.test-parallel-base.yml \
99+
-f docker-compose.test-parallel-ci.yml \
100+
run test_app
101+
done
102+
env:
103+
TEST_TYPE: envs
92104

93105
linter:
94106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)