Skip to content

Adapt recommendations to include a full track object with a full album #450

Adapt recommendations to include a full track object with a full album

Adapt recommendations to include a full track object with a full album #450

Workflow file for this run

name: Dart CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test