mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-14 08:13:04 -06:00
Just use natural truthy conversion
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -100,7 +100,7 @@ jobs:
|
|||||||
run: cargo build ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release --target ${{ matrix.target }}
|
run: cargo build ${{ github.event.inputs.verbose == 'true' && '--verbose' || '' }} --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: matrix.test != 'false'
|
if: matrix.test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.test }}" = "native" ]; then
|
if [ "${{ matrix.test }}" = "native" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user