Spaces:
Running
Running
File size: 323 Bytes
5238467 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
name: audiocraft_tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/audiocraft_build
- run: |
. env/bin/activate
make tests
|