feat(workflow): add release action
This commit is contained in:
19
.github/actions/ci-checks/action.yml
vendored
Normal file
19
.github/actions/ci-checks/action.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: 'CI checks'
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
shell: bash
|
||||
- name: Typecheck
|
||||
run: pnpm typecheck
|
||||
shell: bash
|
||||
- name: Install Playwright browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Test React Flow
|
||||
run: pnpm test:react
|
||||
shell: bash
|
||||
# - name: Test Svelte Flow
|
||||
# run: pnpm test:svelte
|
||||
# shell: bash
|
||||
Reference in New Issue
Block a user