Skip to content

Export safevalues.dom symbols at the top level with new names. Old symbols will be deleted in future releases of safevalues. #917

Export safevalues.dom symbols at the top level with new names. Old symbols will be deleted in future releases of safevalues.

Export safevalues.dom symbols at the top level with new names. Old symbols will be deleted in future releases of safevalues. #917

Workflow file for this run

name: run-unit-tests
on:
pull_request:
branches:
- main
paths:
- 'src/**'
- 'test/**'
- 'integration_tests/**'
jobs:
run_unit_tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ~20.9.0
- run: |
yarn install --frozen-lockfile
yarn test