Skip to content

build(deps-dev): bump vite from 8.0.2 to 8.0.5 #189

build(deps-dev): bump vite from 8.0.2 to 8.0.5

build(deps-dev): bump vite from 8.0.2 to 8.0.5 #189

Workflow file for this run

name: test
on:
merge_group:
pull_request:
env:
SCCACHE_GHA_ENABLED: 'true'
RUSTC_WRAPPER: 'sccache'
jobs:
unit_test:
name: unit_test:required
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: Setup PNPM
uses: dfinity/ci-tools/actions/setup-pnpm@main
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
- name: Rust Test
run: cargo test
- name: JS Build
run: pnpm build
- name: JS Test
run: pnpm test