Skip to content

Commit

Permalink
temporarily remove client tests, flaky 5xx responses from spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
adamint committed Sep 16, 2023
1 parent 5260e66 commit f1f5453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
env:
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
SPOTIFY_TOKEN_STRING: ${{ github.event.inputs.spotify_test_client_token }}
# TODO temporarily deactivating client tests due to flaky (from spotify responses) tests
#SPOTIFY_TOKEN_STRING: ${{ github.event.inputs.spotify_test_client_token }}
SPOTIFY_REDIRECT_URI: ${{ github.event.inputs.spotify_test_redirect_uri }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit f1f5453

Please sign in to comment.