Skip to content

Feat: bump version 0.7.4b #65

Feat: bump version 0.7.4b

Feat: bump version 0.7.4b #65

Workflow file for this run

name: All Jest tests pass
on:
pull_request:
branches:
- dev
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm install
- run: npm test -- --verbose
- if: ${{ failure() }}
run: exit 1