Skip to content

Commit

Permalink
Attempt to run only specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell committed Sep 16, 2024
1 parent e9945a7 commit 358a63b
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 1,098 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
customParameters: -testCategory "E2ETests"
githubToken: ${{ secrets.GITHUB_TOKEN }}
testMode: PlayMode

Expand Down
2 changes: 1 addition & 1 deletion Assets/RegressionGames/Resources/regression_cert.txt.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions Assets/Scenes/BossRoom/GoodBaking.lighting
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LightingSettings:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: GoodBaking
serializedVersion: 3
serializedVersion: 6
m_GIWorkflowMode: 1
m_EnableBakedLightmaps: 1
m_EnableRealtimeLightmaps: 0
Expand All @@ -20,7 +20,7 @@ LightingSettings:
m_LightmapMaxSize: 1024
m_BakeResolution: 8
m_Padding: 4
m_TextureCompression: 1
m_LightmapCompression: 3
m_AO: 0
m_AOMaxDistance: 3
m_CompAOExponent: 0
Expand All @@ -46,8 +46,8 @@ LightingSettings:
m_PVREnvironmentReferencePointCount: 2048
m_LightProbeSampleCountMultiplier: 8
m_PVRBounces: 2
m_PVRMinBounces: 1
m_PVREnvironmentMIS: 0
m_PVRMinBounces: 2
m_PVREnvironmentImportanceSampling: 0
m_PVRFilteringMode: 1
m_PVRDenoiserTypeDirect: 3
m_PVRDenoiserTypeIndirect: 3
Expand All @@ -61,3 +61,6 @@ LightingSettings:
m_PVRFilteringAtrousPositionSigmaDirect: 0.422
m_PVRFilteringAtrousPositionSigmaIndirect: 0.378
m_PVRFilteringAtrousPositionSigmaAO: 1
m_PVRTiledBaking: 0
m_NumRaysToShootPerTexel: -1
m_RespectSceneVisibilityWhenBakingGI: 0
Loading

0 comments on commit 358a63b

Please sign in to comment.