Skip to content

feat: Print failed tasks at the bottom of the run #9905

feat: Print failed tasks at the bottom of the run

feat: Print failed tasks at the bottom of the run #9905

Workflow file for this run

name: JS Package Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- run: 'echo "No JS package tests run required"'