Skip to content

build(deps): bump store2 from 2.13.2 to 2.14.4 in /client #97

build(deps): bump store2 from 2.13.2 to 2.14.4 in /client

build(deps): bump store2 from 2.13.2 to 2.14.4 in /client #97

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
working-directory: ./client-ui-thing
- name: Run tests
run: npm run test
working-directory: ./client-ui-thing