Skip to content

Commit cdb76c9

Browse files
author
Damien LACHAUME / PALO-IT
committed
Start a fake aggregator before the CI tests
1 parent 72b8751 commit cdb76c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ jobs:
131131
cp LICENSE ./mithril-client-wasm/
132132
wasm-pack pack mithril-client-wasm/pkg
133133
134+
- name: Build a fake aggregator
135+
shell: bash
136+
run: cargo build -p mithril-aggregator-fake
137+
138+
- name: Start a fake aggregator
139+
shell: bash
140+
run: cargo run -p mithril-aggregator-fake -- -p 8000 &
141+
134142
- name: Test 'mithril-client-wasm' - Chrome
135143
shell: bash
136144
run: |

0 commit comments

Comments
 (0)