Skip to content

SPRXCLT-14: bump to 8.0.10 #145

SPRXCLT-14: bump to 8.0.10

SPRXCLT-14: bump to 8.0.10 #145

Workflow file for this run

---
name: tests
on:
push:
branches-ignore:
- 'development/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
- name: install dependencies
run: yarn install --frozen-lockfile
# - name: lint javascript
# run: yarn --silent lint -- --max-warnings 0
- name: run tests
run: yarn test