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 51a7789 commit 2a08880Copy full SHA for 2a08880
.github/workflows/ui-tests.yml
@@ -50,13 +50,11 @@ jobs:
50
with:
51
targetPlatform: ${{ matrix.targetPlatform }}
52
projectPath: sample
53
- - name: List build directory
54
- run: ls -R sample/Builds/
55
- name: Upload artifact
56
uses: actions/upload-artifact@v4
57
58
name: Build-${{ matrix.targetPlatform }}
59
- path: sample/Builds/${{ matrix.buildPath }}
+ path: build
60
test:
61
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
62
needs: build
0 commit comments