Skip to content

build(deps-dev): bump vite from 5.2.11 to 5.2.12 in /webapp in the npm_and_yarn group across 1 directory #639

build(deps-dev): bump vite from 5.2.11 to 5.2.12 in /webapp in the npm_and_yarn group across 1 directory

build(deps-dev): bump vite from 5.2.11 to 5.2.12 in /webapp in the npm_and_yarn group across 1 directory #639

Workflow file for this run

name: Builds
on:
push:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
pull_request:
paths-ignore:
- "CHANGELOG.md"
- "README.md"
jobs:
cargo-test:
name: Cargo Test
runs-on: ubuntu-latest
container: rust:latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all
build-dist:
name: Build Distributions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash -x ./build-dist.sh