Skip to content

Bump jest from 26.6.3 to 29.7.0 #111

Bump jest from 26.6.3 to 29.7.0

Bump jest from 26.6.3 to 29.7.0 #111

Workflow file for this run

##
# Run unit test and the action itself
##
name: Unit Test
on:
pull_request:
push:
branches:
- main
- feature/**
jobs:
# unit tests
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- uses: ./
with:
milliseconds: 1000