Skip to content

Commit f0991cb

Browse files
committed
remove sample project for the runtime test because it is irrevelevant and causes errors due to missing packages in the docker image
1 parent d182eb6 commit f0991cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.ci.cd.workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
dotnet: false
3030

31+
- name: Remove SampleProject
32+
run: rm -rf Assets/Plugins/StreamChat/SampleProject Assets/Plugins/StreamChat/Samples
33+
3134
- name: Prepare project for IL2CPP runtime tests
3235
uses: game-ci/unity-builder@v4
3336
env:

0 commit comments

Comments
 (0)