We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5552b74 commit a351e7eCopy full SHA for a351e7e
.github/workflows/ui-tests.yml
@@ -32,7 +32,6 @@ jobs:
32
with:
33
lfs: true
34
- uses: actions/cache@v3
35
- if: ${{ matrix.targetPlatform != 'StandaloneOSX' }}
36
37
path: Library
38
key: Library-${{ matrix.targetPlatform }}-${{ hashFiles('sample/Assets/**', 'sample/Packages/**', 'sample/ProjectSettings/**') }}
@@ -84,6 +83,9 @@ jobs:
84
83
85
name: Build-${{ matrix.targetPlatform }}
86
path: sample/Tests
+ - name: Make macOS artifact executable
87
+ if: ${{ matrix.targetPlatform == 'StandaloneOSX' }}
88
+ run: chmod +x sample/Tests/SampleApp.app/Contents/MacOS/*
89
- uses: actions/setup-python@v4
90
91
python-version: "3.10"
0 commit comments