Skip to content

* fix regression of ad5e6eed04aa5af7c6d72b67cc8d1a7f52bfb4eb that not… #151

* fix regression of ad5e6eed04aa5af7c6d72b67cc8d1a7f52bfb4eb that not…

* fix regression of ad5e6eed04aa5af7c6d72b67cc8d1a7f52bfb4eb that not… #151

Workflow file for this run

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