mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-13 18:13:09 -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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: ${{ github.event.inputs.fail_fast == 'true' }}
|
fail-fast: ${{ github.event.inputs.fail_fast }}
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: test-$${{ matrix.os }}-${{ matrix.target }}
|
name: test-${{ matrix.os }}-${{ matrix.target }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user