Commit 5d9c082
authored
Fixing the coverage CI. (#1102)
This is a tricky problem.
In the current setting, localstack should be accessed via localhost,
not localstack.
This is because right now the CI tests are running on a host,
not in a dockerized environment.
(The services are running in containers)
I am not entirely sure how this is used to work.1 parent 010e06e commit 5d9c082
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments