Skip to content

chore: updated sphinx bridge package to 0.2.63 #187

chore: updated sphinx bridge package to 0.2.63

chore: updated sphinx bridge package to 0.2.63 #187

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- master
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc-unit"
cache: "yarn"
- name: Install
run: yarn --immutable
- name: Unit tests
run: yarn test