Skip to content

Commit 8a4e44c

Browse files
authored
Update publish.yml (#59)
* Update publish.yml * Update publish.yml * Update publish.yml
1 parent 8304a71 commit 8a4e44c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version: ["3.10", "3.11", "3.12"]
14+
defaults:
15+
run:
16+
working-directory: chartlets.py
1417

1518
steps:
1619
- uses: actions/checkout@v3
@@ -45,6 +48,9 @@ jobs:
4548
name: Publish Python Package to PyPI
4649
runs-on: ubuntu-latest
4750
needs: python-tests
51+
defaults:
52+
run:
53+
working-directory: chartlets.py
4854

4955
steps:
5056
- uses: actions/checkout@v4
@@ -70,12 +76,14 @@ jobs:
7076
7177
npm-tests:
7278
runs-on: ubuntu-latest
73-
7479
strategy:
7580
matrix:
7681
node-version: [16.x, 18.x, 20.x]
7782
# See supported Node.js release schedule at
7883
# https://nodejs.org/en/about/releases/
84+
defaults:
85+
run:
86+
working-directory: chartlets.js
7987

8088
steps:
8189
- uses: actions/checkout@v3
@@ -93,6 +101,9 @@ jobs:
93101
name: Publish TS-React Package to npmjs
94102
runs-on: ubuntu-latest
95103
needs: npm-tests
104+
defaults:
105+
run:
106+
working-directory: chartlets.js
96107

97108
steps:
98109
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)