Integration tests workflow

This commit is contained in:
Stephane Bruckert 2022-11-01 21:26:01 +00:00
parent 9bf5e342c2
commit 0c32cd74d9
2 changed files with 18 additions and 21 deletions

View File

@ -9,9 +9,6 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
env:
SPOTIPY_CLIENT_ID: ${{ secrets.SPOTIPY_CLIENT_ID }}
SPOTIPY_CLIENT_SECRET: ${{ secrets.SPOTIPY_CLIENT_SECRET }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
* Make test app credentials available in GHA as secrets * Integration tests workflow
## [2.21.0] - 2022-09-26 ## [2.21.0] - 2022-09-26