ci: add rust+shared tests, cli-only build, bump action versions

This commit is contained in:
2026-09-06 22:50:24 +02:00
parent e81dde63ff
commit 3ff1f8202b
4 changed files with 18 additions and 13 deletions
+9 -3
View File
@@ -10,11 +10,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
# Node
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
cache: 'pnpm'
node-version-file: '.nvmrc'
@@ -31,10 +31,16 @@ jobs:
pnpm exec playwright install --with-deps
pnpm run test:prepare
- name: Rust tests
run: cargo test --manifest-path packages/backend/Cargo.toml
- name: Shared tests
run: pnpm --filter @cryptgeon/shared test
- name: Run your tests
run: pnpm test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: ${{ !cancelled() }}
with:
name: playwright-report