Skip to content

Merge branch 'workspace/v16.0.0' into dev/john/launch-app-preferences… #2

Merge branch 'workspace/v16.0.0' into dev/john/launch-app-preferences…

Merge branch 'workspace/v16.0.0' into dev/john/launch-app-preferences… #2

Workflow file for this run

name: Check Tests run
on:
pull_request:
types: [opened, synchronize, reopened, edited]
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node 18
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org
scope: '@openfin'
- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm ci
- name: Run Workspace Platform Starter Unit Tests
working-directory: ./how-to/workspace-platform-starter
run: npm run test