Skip to content

Commit 78010f5

Browse files
TODO(drop) debug
1 parent 9a8cb4c commit 78010f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/desktop-e2e.yml

+2
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ jobs:
395395
path: ${{ github.workspace }}/bin
396396
- name: chmod binaries
397397
run: |
398+
ls -la ${{ github.workspace }}/bin/*
398399
chmod +x ${{ github.workspace }}/bin/*
399400
- name: Download App
400401
uses: actions/download-artifact@v4
@@ -411,6 +412,7 @@ jobs:
411412
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
412413
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
413414
export TEST_FILTERS="${{ github.event.inputs.tests }}"
415+
ls -la "$TEST_DIST_DIR"
414416
./test/scripts/run/ci.sh ${{ matrix.os }}
415417
- name: Upload test report
416418
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)