We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b121bb5 commit ab26dcbCopy full SHA for ab26dcb
.github/workflows/Test.yml
@@ -13,8 +13,11 @@ jobs:
13
steps:
14
- name: Setup Env
15
run: |
16
- #set -x
17
- #set -v
+ set -x
+ set -v
18
+ pwd
19
+ echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
20
+ echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
21
THIS_REPO_DIR=${GITHUB_WORKSPACE}/${GITHUB_REPOSITORY##*/}
22
TOOLS_DIR=${THIS_REPO_DIR}/.github/tools
23
.github/workflows/TestNoDocker.yml
@@ -12,8 +12,13 @@ jobs:
12
+ - name: Setup Env
+ run: |
24
0 commit comments