We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8cb4c commit 78010f5Copy full SHA for 78010f5
.github/workflows/desktop-e2e.yml
@@ -395,6 +395,7 @@ jobs:
395
path: ${{ github.workspace }}/bin
396
- name: chmod binaries
397
run: |
398
+ ls -la ${{ github.workspace }}/bin/*
399
chmod +x ${{ github.workspace }}/bin/*
400
- name: Download App
401
uses: actions/download-artifact@v4
@@ -411,6 +412,7 @@ jobs:
411
412
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
413
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
414
export TEST_FILTERS="${{ github.event.inputs.tests }}"
415
+ ls -la "$TEST_DIST_DIR"
416
./test/scripts/run/ci.sh ${{ matrix.os }}
417
- name: Upload test report
418
uses: actions/upload-artifact@v4
0 commit comments