Skip to content

Update module github.com/zmb3/spotify/v2 to v2.3.1 #305

Update module github.com/zmb3/spotify/v2 to v2.3.1

Update module github.com/zmb3/spotify/v2 to v2.3.1 #305

Workflow file for this run

#name: Cypress
#
#on: [push]
#
#jobs:
# test:
# runs-on: ubuntu-latest
# env:
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
#
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: Install Doppler
# run: |
# (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sudo sh
# echo "${DOPPLER_SERVICE_TOKEN}" | doppler configure set token --scope /
# env:
# DOPPLER_SERVICE_TOKEN: ${{ secrets.DOPPLER_SERVICE_TOKEN }}
#
# - name: Install Netlify CLI
# run: npm install netlify-cli --save-dev
#
# - name: Cypress run
# uses: cypress-io/github-action@v2
# with:
# start: doppler run -- netlify dev
# record: true
# env:
# CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}