Skip to content

Commit

Permalink
dont use container
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 8, 2025
1 parent 7f1f6f4 commit 8dac2bc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,7 @@ jobs:
needs: [tests]
name: SonarScan
runs-on: ubuntu-latest
container: unityci/editor:ubuntu-6000.0.32f1-base-3.1.0
steps:
- name: Activate Unity
continue-on-error: true
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
run: |
echo "$UNITY_LICENSE" | tr -d '\r' > License.ulf
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile License.ulf -quit
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8dac2bc

Please sign in to comment.