Skip to content

Commit

Permalink
chore: cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Apr 30, 2022
1 parent 4d90ce2 commit 918eb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 141 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ jobs:
unity-version: ['2019', '2020', '2021']
platform: ['Android', 'WebGL']
env:
# Run the `unity-editor` command inside the `unity` docker container under the current user & group.
# UNITY_PATH: docker exec --user 1001:121 unity unity-editor
UNITY_PATH: docker exec unity unity-editor
steps:
- name: Checkout
Expand Down Expand Up @@ -231,7 +229,7 @@ jobs:
run: |
cd samples/IntegrationTest/Build
sudo chown -R $(id -u):$(id -g) .
# sudo rm -rf *_BackUpThisFolder_ButDontShipItWithYourGame
sudo rm -rf *_BackUpThisFolder_ButDontShipItWithYourGame
- name: Upload test app for smoke test
uses: actions/upload-artifact@v2
Expand Down
138 changes: 0 additions & 138 deletions test/Scripts.Integration.Test/unity-utils.ps1

This file was deleted.

0 comments on commit 918eb04

Please sign in to comment.