Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,26 @@ jobs:

- run: |
caps --ci
caps reset
caps verify
calcit calcit.cirru edit format
git diff --exit-code -- calcit.cirru
calcit calcit.cirru --check-only
calcit calcit.cirru --entry server --check-only

- name: Smoke-test native server
run: node scripts/smoke-native-server.mjs

- run: yarn install --immutable && yarn compile-page && yarn release-page

- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: copyboard-dist
path: dist
if-no-files-found: error
retention-days: 3

- run: mkdir -p dist-server && cp calcit.cirru package.json deps.cirru dist-server
name: Copy server scripts

Expand Down
Loading
Loading