Skip to content

Commit 97ab610

Browse files
author
jannik brack
committed
Testwarnings are shown from build_and_deploy.yml
1 parent e5a415b commit 97ab610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
yarn build
2020
cd ..
2121
cp -r running_contest/build docs-build/running_contest
22-
- name: Install and build webGis, power plants and multi tab🔧
22+
- name: Install and build webGis🔧
2323
run:
2424
cd webGis
2525
yarn
2626
CI=false yarn build
2727
cd ..
2828
cp -r webGis/build docs-build/webGis
29-
- name: Install and build power plants and multi tab🔧
29+
- name: Install and build power plants🔧
3030
run:
3131
cd powerplants
3232
yarn
@@ -37,7 +37,7 @@ jobs:
3737
run:
3838
cd multi_tab
3939
yarn
40-
CI=false yarn build
40+
yarn build
4141
cd ..
4242
cp -r multi_tab/dist docs-build/multi_tab
4343
- name: copy catalogue metadata

0 commit comments

Comments
 (0)