Skip to content

CCL-3941 added fallback ua param #34

CCL-3941 added fallback ua param

CCL-3941 added fallback ua param #34

Workflow file for this run

name: PullRequest
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: yarn install
run: yarn install
- name: tsc
uses: icrawl/action-tsc@v1
- run: npm run build
- run: npm run test-integr