File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -220,14 +220,20 @@ jobs:
220220221221 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
You can’t perform that action at this time.
0 commit comments