Skip to content

Commit

Permalink
fix: Steam workflow test parsing (#9726)
Browse files Browse the repository at this point in the history
Co-authored-by: M*C*O <mcofficer@gmx.de>
  • Loading branch information
warp-core and MCOfficer committed Jan 27, 2024
1 parent 0184d38 commit 655dfb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Verify executable
run: ./steam-container-runtime/depot/run-in-sniper ./build/steam-${{ matrix.arch }}/endless-sky -- -v
- name: Execute data parsing test
run: ./steam-container-runtime/depot/run-in-sniper ./utils/test_parse.sh -- ./build/steam-${{ matrix.arch }}/endless-sky
run: ./steam-container-runtime/depot/run-in-sniper ./build/steam-${{ matrix.arch }}/endless-sky -- -p
- name: Execute integration data parsing test
run: ./steam-container-runtime/depot/run-in-sniper ./utils/test_parse.sh -- ./build/steam-${{ matrix.arch }}/endless-sky tests/integration/config
run: ./steam-container-runtime/depot/run-in-sniper ./build/steam-${{ matrix.arch }}/endless-sky -- -p --config tests/integration/config
- name: Execute tests
run: |
cd steam
Expand Down
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Version 0.10.5
* A new commit will no longer cancel the Actions running for previous commits. (@quyykk)
* Integration tests are now allowed to run on every platform. (@quyykk)
* If an integration test fails due to a segfault, a reason is now given so that the error is more clear. (@quyykk)
* Update the Steam workflow to use the "-p" argument with Endless Sky to test parse instead of the old, now deleted test parse script. (@MCOfficer, @warp-core)

Version 0.10.4
* Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion io.github.endless_sky.endless_sky.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<li>Various fixes to missions in the Coalition intro storylines.</li>
</ul>
<p>You can find out more in the changelog.</p>
<p>A special thanks to the 47 people who contributed to this release!</p>
<p>A special thanks to the 48 people who contributed to this release!</p>
</description>
<url>https://github.com/endless-sky/endless-sky/blob/v0.10.5/changelog</url>
</release>
Expand Down

0 comments on commit 655dfb4

Please sign in to comment.