Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration test wf fix #2271

Merged
merged 11 commits into from
Oct 20, 2024
13 changes: 6 additions & 7 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
save_url:
# 2.0 vanilla
- https://mega.nz/file/SZti3DTD#lM6J00wp1NGbcdsS5d330UAzztoci2xKLltSfNjxXXk # 453.12.28 - Dumnoniens.rome
- https://www.dropbox.com/scl/fi/jvb6s0zm02r3v30w09mzs/453.12.28-Dumnoniens.rome?rlkey=98y1jcscjy76mhva3m5qtyvid&st=khop16qy&dl=1 # 453.12.28 - Dumnoniens.rome
# 2.0 with mods
- https://mega.nz/file/zRUxTaiD#8Iqu53tcFIgzNmO5ySALlDW-fXbiAPUVssCCMlwUFq4 # 848.7.14 - Indian Empire - 2.rome, uploaded 2024-06-30
- https://mega.nz/file/TY8hTSLZ#1Qt-yEoe9Pi6cAa3Em8UOiXdjQi8nJFxRgQfoGlOnMg # Grande Campagne.rome, uploaded 2024-09-11
- https://mega.nz/file/HBMgWDbY#KQPtifb1BU2zZGeFVO0sgGwbYFt2ap1YcZ2Lques4_A # Roman Empire Convert Save 2.rome, uploaded 2024-09-23
- https://www.dropbox.com/scl/fi/whvbcjeojipt2ysqbwcp2/848.7.14-Indian-Empire-2.rome?rlkey=xqm0a0t24rbf8vkuepwrbezqt&st=gq3avjck&dl=1 # 848.7.14 - Indian Empire - 2.rome, uploaded 2024-06-30
- https://www.dropbox.com/scl/fi/xya8828ceb4h3ls3dixjc/Grande-Campagne.rome?rlkey=bjihvjtdnwtzlju95o7ekkpbm&st=txoi1lk2&dl=1 # Grande Campagne.rome, uploaded 2024-09-11
- https://www.dropbox.com/scl/fi/q22wnjljvcjev6yem0kp2/Roman-Empire-Convert-Save-2.rome?rlkey=15vxn4wvrzn1fde14qn6zqvfu&st=59s2cgj7&dl=1 # Roman Empire Convert Save 2.rome, uploaded 2024-09-23
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -39,10 +39,9 @@ jobs:
working-directory: ImperatorToCK3
run: |
dotnet build -c:Release
- name: "Download I:R save from MEGA"
shell: pwsh
- name: "Download I:R save from Dropbox"
run: |
& "C:/Users/Administrator/AppData/Local/MEGAcmd/mega-get.bat" ${{ matrix.save_url }} save.rome
Invoke-WebRequest -Uri "${{ matrix.save_url }}" -OutFile "save.rome"
- name: "Create configuration.txt"
working-directory: Release/ImperatorToCK3
run: |
Expand Down
Loading