Skip to content

[PLAT-5255] Added supplied iteration Id #214

[PLAT-5255] Added supplied iteration Id

[PLAT-5255] Added supplied iteration Id #214

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with: { node-version: 18.x }
- name: Build and Verify
run: |
yarn install --frozen-lockfile
yarn verify