Skip to content

Commit 7f0141b

Browse files
committed
test working-directory
1 parent 059b73c commit 7f0141b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
30+
- working-directory: ./app
31+
run: pwd
3032
- run: npm run build:all
3133
working-directory: ./app

0 commit comments

Comments
 (0)