Skip to content

Commit 3751ade

Browse files
committed
added default working directory
1 parent 7acab3a commit 3751ade

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main_backendbluenps.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
defaults:
17+
run:
18+
working-directory:
19+
./bluenpsbackend
1620

1721
steps:
1822
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)