forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big bug fixing part 2 (new-frontiers-14#2209)
* Update build-test-debug.yml * Update PostMapInitTest.cs * Update PostMapInitTest.cs * Update AutoInternalsTests.cs * My pain is real * Exclude shipyard tests from build-test-debug job * Only use Frontier game maps * Update CargoTest.cs * Comment out integration tests again * GameMap init --------- Co-authored-by: Whatstone <[email protected]> Co-authored-by: Whatstone <[email protected]>
- Loading branch information
1 parent
d58d13d
commit 6095d41
Showing
6 changed files
with
33 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace Content.IntegrationTests.Tests._NF; | ||
|
||
public sealed class FrontierConstants | ||
{ | ||
public static readonly string[] GameMapPrototypes = | ||
{ | ||
"Frontier", | ||
"NFDev" | ||
}; | ||
} |