mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 14:08:45 -06:00
Fix typo in name, simplify fail-fast evaluation
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -26,7 +26,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: ${{ github.event.inputs.fail_fast == 'true' }}
|
||||
fail-fast: ${{ github.event.inputs.fail_fast }}
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: test-$${{ matrix.os }}-${{ matrix.target }}
|
||||
name: test-${{ matrix.os }}-${{ matrix.target }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user