Skip to content

Commit

Permalink
test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Mar 4, 2024
1 parent 25727c8 commit 5427ec0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
node-version: "20"

- name: Install and Build
run: |
npm ci
npm run build:example
run: npm ci

- name: Test
run: npm test

- name: Build
run: npm run build:example

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 5427ec0

Please sign in to comment.