We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c0dfd commit 33b4bcaCopy full SHA for 33b4bca
1 file changed
.github/workflows/bookkeeping.yml
@@ -28,7 +28,6 @@ jobs:
28
lhc-periods,
29
lhc-fills,
30
logs,
31
- envs,
32
runs,
33
tags,
34
flps,
@@ -39,6 +38,13 @@ jobs:
39
38
simulation-passes,
40
qc-flag-types,
41
qc-flags]
+ include:
42
+ - test_type: envs
43
+ run_index: 1
44
45
+ run_index: 2
46
47
+ run_index: 3
48
49
steps:
50
- uses: actions/checkout@v6
@@ -89,6 +95,18 @@ jobs:
89
95
down
90
96
env:
91
97
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
92
110
93
111
linter:
94
112
runs-on: ubuntu-latest
0 commit comments