Skip to content

Commit d02406a

Browse files
committed
Create test_images folder in script
1 parent 0127606 commit d02406a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13+
# TODO: Update this version to match library
1314
NODE_VERSION: '18.20.4'
1415

1516
jobs:
@@ -23,7 +24,6 @@ jobs:
2324

2425
- uses: actions/setup-node@v6
2526
with:
26-
# TODO: Update this version to match library
2727
node-version: ${{ env.NODE_VERSION }}
2828
cache: 'npm'
2929

test/image/make_exports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
root = os.getcwd()
77
dirIn = os.path.join(root, 'test', 'image', 'mocks')
88
dirOut = os.path.join(root, 'build', 'test_images')
9+
os.makedirs(dirOut, exist_ok=True)
910

1011
pio.templates.default = 'none'
1112
pio.kaleido.scope.plotlyjs = os.path.join(root, 'build', 'plotly.js')

0 commit comments

Comments
 (0)