mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-07-31 01:29:18 +00:00
feat(ci): introduce new GitHub Actions workflow for tagged releases, enabling builds for Windows and macOS with artifact uploads
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# Lint and test (parity with: task lint && task test:all). Used by GitHub Actions.
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
cd "$ROOT"
|
||||
|
||||
poetry run ruff check .
|
||||
poetry run ruff format --check .
|
||||
pnpm run lint
|
||||
poetry run pytest tests/backend --cov=meshchatx/src/backend -q --tb=short
|
||||
pnpm run test -- --exclude tests/frontend/i18n.test.js
|
||||
pnpm run test tests/frontend/i18n.test.js
|
||||
poetry run pytest tests/backend/test_translator_handler.py
|
||||
Reference in New Issue
Block a user