Skip to content

Commit 7d368b0

Browse files
More diagnostics
1 parent d135ac1 commit 7d368b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,20 @@ jobs:
220220
- uses: actions/checkout@v4.2.2
221221
with:
222222
fetch-depth: 0
223+
- name: Location of working directory
224+
working-directory: ${{ github.workspace }}
225+
run: pwd
223226
- name: List directory of checkout
227+
working-directory: ${{ github.workspace }}
224228
run: ls -l dpctl
225229
- name: Create test temp dir
226230
# create temporary empty folder to runs tests from
227231
# https://github.com/pytest-dev/pytest/issues/11904
228232
run: mkdir -p ${GITHUB_WORKSPACE}/test_tmp
229233
- name: Create symbolic link to checked-out tests folder
230234
run: ln -s ${GITHUB_WORKSPACE}/dpctl/dpctl/tests/ ${GITHUB_WORKSPACE}/test_tmp/dpctl_tests
235+
- name: List content of symbolic directory
236+
run: ls -l ${GITHUB_WORKSPACE}/test_tmp/dpctl_tests
231237
- name: List directory of temp_tmp
232238
working-directory: ${{ github.workspace }}/test_tmp
233239
run: ls -l

0 commit comments

Comments
 (0)