Skip to content

build(deps): bump axios from 1.7.9 to 1.8.4 #95

build(deps): bump axios from 1.7.9 to 1.8.4

build(deps): bump axios from 1.7.9 to 1.8.4 #95

Workflow file for this run

name: JS SDK - Unit Testing
on:
pull_request:
branches:
- master
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage-core
with:
output: comment, report-markdown
- uses: marocchino/sticky-pull-request-comment@v2
if: always()
with:
message: ${{ steps.coverage-core.outputs.report }}
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JEST Tests
path: reports/contentstack-js-core/junit/jest-*.xml
reporter: jest-junit
fail-on-error: true