Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #52

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #52

Workflow file for this run

name: Test with Jest
on:
push:
branches-ignore:
- stable
workflow_dispatch:
jobs:
test:
name: Test package
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Report coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true