Skip to content

Commit f8f08bb

Browse files
authored
Merge pull request #189 from dvishal485/github-action
2 parents ed518dd + 5bcfd94 commit f8f08bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: "npm"
3737

3838
- name: Get to work dir
39-
run: cd $GITHUB_WORKSPACE
39+
run: cd $GITHUB_WORKSPACE && echo $GITHUB_WORKSPACE && ls -la
4040

4141
- name: Install dependencies
4242
run: npm i

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: "npm"
3737

3838
- name: Get to work dir
39-
run: cd $GITHUB_WORKSPACE
39+
run: cd $GITHUB_WORKSPACE && echo $GITHUB_WORKSPACE && ls -la
4040

4141
- name: Install dependencies
4242
run: npm i

0 commit comments

Comments
 (0)