Skip to content

chore(docs): bump vite from 6.3.4 to 6.3.6 in /web-app (#726) #287

chore(docs): bump vite from 6.3.4 to 6.3.6 in /web-app (#726)

chore(docs): bump vite from 6.3.4 to 6.3.6 in /web-app (#726) #287

name: "Build and Test Client"
on:
pull_request:
push:
branches:
- main
- "release/**"
# Default empty permissions for all jobs
# fix later, need to add permissions for every job in reusable_build-and-test.yaml
# then add corresponding permissions to the build-and-test job below
#permissions: {}
jobs:
build-and-test:
uses: opentdf/web-sdk/.github/workflows/reusable_build-and-test.yaml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}