Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 in /website (#14) #59

Bump follow-redirects from 1.15.5 to 1.15.6 in /website (#14)

Bump follow-redirects from 1.15.5 to 1.15.6 in /website (#14) #59

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-plugin
- name: testing using jest
run: npm test