Skip to content

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /functions #20

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /functions

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /functions #20

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
sonar:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: '20'
- run: |
cd functions
npm ci
npm run build
npm run test:ci