Skip to content
Draft
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
48 changes: 0 additions & 48 deletions .github/workflows/build-and-publish-preview.yaml

This file was deleted.

127 changes: 0 additions & 127 deletions .github/workflows/cd-cloudflare.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- run: echo "always-auth=true" >> .npmrc
- name: Install
run: yarn
- name: Type check
run: yarn typecheck
- name: Install Playwright Browsers
run: yarn playwright install
- name: Unit test run
Expand All @@ -76,7 +78,9 @@ jobs:
- run: echo "always-auth=true" >> .npmrc
- name: Install
run: yarn
- name: Type check
run: yarn typecheck
- name: Build
run: yarn build
run: yarn build:only
env:
CI: false
Loading
Loading