Skip to content

[PEV-20-375] New sample view endpoints for VPOS portal Iframe #27

[PEV-20-375] New sample view endpoints for VPOS portal Iframe

[PEV-20-375] New sample view endpoints for VPOS portal Iframe #27

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
jobs:
build:
name: 'Run tests'
runs-on: ubuntu-latest
container: node:latest
defaults:
run:
working-directory: ./vpos/checkout/javascript
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn test