Skip to content

Bump rollup in /fe in the npm_and_yarn group across 1 directory #349

Bump rollup in /fe in the npm_and_yarn group across 1 directory

Bump rollup in /fe in the npm_and_yarn group across 1 directory #349

Workflow file for this run

# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311
name: fe
on:
push:
paths: [fe/**]
jobs:
runs-on:
strategy:
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
uses: ./.github/workflows/fe_base.yml
with:
runs-on: ${{ matrix.runs-on }}