mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Update github.yml to enable unit tests from vcmi-test-data repo
This commit is contained in:
parent
e46f442a20
commit
d6213482ed
3
.github/workflows/github.yml
vendored
3
.github/workflows/github.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
- features/*
|
||||
- beta
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
@ -213,7 +212,7 @@ jobs:
|
||||
env:
|
||||
HEROES_3_DATA_PASSWORD: ${{ secrets.HEROES_3_DATA_PASSWORD }}
|
||||
run: |
|
||||
wget --progress=dot:giga https://github.com/Alexander-Wilms/encrypted_heroes_3_data/releases/download/h3_assets/h3_assets.zip
|
||||
wget --progress=dot:giga https://github.com/vcmi-mods/vcmi-test-data/releases/download/v1.0/h3_assets.zip
|
||||
7za x h3_assets.zip -p$HEROES_3_DATA_PASSWORD
|
||||
mkdir -p ~/.local/share/vcmi/
|
||||
mv h3_assets/* ~/.local/share/vcmi/
|
||||
|
Loading…
Reference in New Issue
Block a user