Skip to content

Commit

Permalink
Update examples-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jan 9, 2025
1 parent 3103196 commit 9fdaa57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/examples-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: echo "TEST"
- run: echo ${{ env.VITE_ION_KEY }}
- run: npm run build-examples
env:
VITE_ION_KEY: ${{ env.VITE_ION_KEY }}

- name: Commit Examples
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 9fdaa57

Please sign in to comment.