Skip to content

Commit

Permalink
[#15] Add "Run Demucs" workflow with a "Run-Demucs" job to check the …
Browse files Browse the repository at this point in the history
…Makefile flow
  • Loading branch information
xserrat committed Nov 24, 2021
1 parent e1b72d3 commit 109dd72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-demucs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run Demucs
on: [push]
jobs:
Run-Demucs:
runs-on: macos-11
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Generate docker image
run: make build

0 comments on commit 109dd72

Please sign in to comment.