Skip to content

127 customize gateway from bosconfigjson #360

127 customize gateway from bosconfigjson

127 customize gateway from bosconfigjson #360

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- develop
jobs:
test:
name: Execute Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v2
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v2
with:
node-version: 18
cache: yarn
- name: Install Dependencies
id: install
run: yarn install
- name: Execute Test Tools
run: yarn run test