mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 12:08:51 -06:00
Add debug step to MacOS integration
This commit is contained in:
7
.github/workflows/integration.yaml
vendored
7
.github/workflows/integration.yaml
vendored
@@ -22,5 +22,12 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Debug (MacOS)
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest
|
||||
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest | grep 'browser_download_url'
|
||||
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest | grep 'browser_download_url' | grep 'aarch64-apple-darwin'
|
||||
|
||||
- name: Run Integration
|
||||
run: curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh
|
||||
Reference in New Issue
Block a user