Skip to content

Commit 9fdaa57

Browse files
authored
Update examples-build.yml
1 parent 3103196 commit 9fdaa57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/examples-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
2727
- run: npm ci
28+
- run: echo "TEST"
29+
- run: echo ${{ env.VITE_ION_KEY }}
2830
- run: npm run build-examples
31+
env:
32+
VITE_ION_KEY: ${{ env.VITE_ION_KEY }}
2933

3034
- name: Commit Examples
3135
uses: EndBug/add-and-commit@v7

0 commit comments

Comments
 (0)