Skip to content

Commit a27c208

Browse files
committed
develop-pr-regression.yml: Add setting up osfv-test-data
Signed-off-by: Filip Gołaś <[email protected]>
1 parent 18e9ada commit a27c208

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/develop-pr-regression.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ jobs:
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
4343
44+
- name: Set up osfv-test-data
45+
run: |
46+
sudo apt-get install git-annex
47+
pushd osfv-test-data
48+
git config --global user.email "[email protected]"
49+
git config --global user.name "Your Name"
50+
git annex pull || true
51+
./setup.sh
52+
popd
53+
4454
- name: Execute robot command
4555
run: |
4656
scripts/ci/develop_pr_auto_regression.sh

0 commit comments

Comments
 (0)