diff --git a/.github/workflows/use-action.yaml b/.github/workflows/use-action.yaml index 15c50e1..f698962 100644 --- a/.github/workflows/use-action.yaml +++ b/.github/workflows/use-action.yaml @@ -10,6 +10,7 @@ jobs: use-action: name: Use Action strategy: + fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }}