Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 12, 2024
1 parent eb70576 commit 65c743d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ jobs:
with:
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: sample
- name: List build directory
run: ls -R sample/Builds/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Build-${{ matrix.targetPlatform }}
path: sample/Builds/${{ matrix.buildPath }}
path: build
test:
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
needs: build
Expand Down

0 comments on commit 65c743d

Please sign in to comment.