Skip to content

Commit d19f1a2

Browse files
Remove unnecessary desktop e2e workflow step
1 parent 8b4f77a commit d19f1a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: .github/workflows/desktop-e2e.yml

-7
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ jobs:
267267
run: |
268268
chmod +x ${{ github.workspace }}/bin/*
269269
shell: bash
270-
- name: Check binaries
271-
run: |
272-
ls -la ${{ github.workspace }}/bin
273-
shell: bash
274270
- name: Download App
275271
uses: actions/download-artifact@v4
276272
if: ${{ needs.build-linux-app.result == 'success' }}
@@ -483,9 +479,6 @@ jobs:
483479
- name: chmod binaries
484480
run: |
485481
chmod +x ${{ github.workspace }}/bin/*
486-
- name: Check binaries
487-
run: |
488-
ls -la ${{ github.workspace }}/bin
489482
shell: bash
490483
- name: Generate test result matrix
491484
shell: bash -ieo pipefail {0}

0 commit comments

Comments
 (0)