Skip to content

Commit fe4f2ea

Browse files
committed
Test paths on GH runners
1 parent 1bf93c6 commit fe4f2ea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/Create_installer.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ jobs:
6363
tools: 'tools_ifw'
6464
no-qt-binaries: 'true'
6565

66+
- name: Test paths
67+
shell: bash
68+
run: |
69+
cd ${{env.QT_ROOT_DIR}}
70+
pwd
71+
ls -a
72+
cd ..
73+
ls -a
74+
cd ..
75+
ls -a
76+
pwd
77+
6678
- name: Build with pyinstaller
6779
working-directory: imaging-app
6880
shell: bash

0 commit comments

Comments
 (0)