Skip to content

Commit 41a36a6

Browse files
committed
Add sampledata to the ui-test
1 parent 2ddb91a commit 41a36a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ jobs:
188188
cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
189189
playwright: true
190190
id: install
191+
- name: Download data
192+
if: needs.setup.outputs.code_change == 'true'
193+
run: |
194+
conda activate test-environment
195+
bash scripts/download_data.sh
191196
- name: doit test_ui
192197
if: needs.setup.outputs.code_change == 'true'
193198
run: |

0 commit comments

Comments
 (0)