Skip to content

Commit

Permalink
update github actions, run act to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 8, 2024
1 parent 5f56f88 commit 87e8aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
run: just test-end-to-end-local-net
- name: test sqlsync-reducer
run: just test-sqlsync-reducer
- name: build sqlsync react and worker packages
run: just package-sqlsync-react package-sqlsync-worker
- name: build sqlsync js packages
run: just package-sqlsync-react package-sqlsync-worker package-sqlsync-solid-js
- name: build frontend
run: cd demo/frontend && pnpm build
- name: build cloudflare backend
run: cd demo/cloudflare-backend && cargo install -q worker-build && worker-build
- name: build examples
run: cd examples/guestbook-react && pnpm build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ dist-ssr
/lib/sqlsync-react/dist
/llvm
/target
/.pnpm-store

0 comments on commit 87e8aad

Please sign in to comment.