More GH Actions debug.

This commit is contained in:
ximon18
2020-01-20 10:15:27 +01:00
committed by GitHub
parent 496ff509cd
commit 8343ef00eb
+6
View File
@@ -20,6 +20,12 @@ jobs:
name: deploy_and_test
runs-on: ubuntu-18.04
steps:
- name: Debug
run: |
echo "current working directory: $(pwd)"
echo "ls -la GITHUB_WORKSPACE (${GITHUB_WORKSPACE}):"
ls -la ${GITHUB_WORKSPACE}
- name: checkout Krill
uses: actions/checkout@v2
with: