We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed518dd + 5bcfd94 commit f8f08bbCopy full SHA for f8f08bb
.github/workflows/dev.yml
@@ -36,7 +36,7 @@ jobs:
36
cache: "npm"
37
38
- name: Get to work dir
39
- run: cd $GITHUB_WORKSPACE
+ run: cd $GITHUB_WORKSPACE && echo $GITHUB_WORKSPACE && ls -la
40
41
- name: Install dependencies
42
run: npm i
.github/workflows/main.yml
0 commit comments