Skip to content

Commit 7219e4a

Browse files
authored
Merge pull request #15 from microsoft/nikithauc/working-directory-abstractions
Working directory abstractions
2 parents b2d8762 + 23c2837 commit 7219e4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/abstractions-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
defaults:
17+
run:
18+
working-directory: packages/abstractions
1619
strategy:
1720
matrix:
1821
node-version: [14.x, 16.x, 17.x]
@@ -32,6 +35,9 @@ jobs:
3235
environment:
3336
name: production_feed
3437
runs-on: ubuntu-latest
38+
defaults:
39+
run:
40+
working-directory: packages/abstractions
3541
steps:
3642
- uses: actions/checkout@v3
3743
- uses: actions/setup-node@v3
@@ -41,6 +47,5 @@ jobs:
4147
- run: npm ci
4248
- run: npm run build
4349
- run: npm publish --access public
44-
working-directory: packages/abstractions
4550
env:
4651
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)