Traces of Sound corpus definition #56
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Fallback test workflow | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
backend-test-fallback: | |
name: Test Backend | |
runs-on: ubuntu-latest | |
steps: | |
- name: Do nothing | |
run: | | |
echo "No test run" | |
frontend-test-fallback: | |
name: Test Frontend | |
runs-on: ubuntu-latest | |
steps: | |
- name: Do nothing | |
run: | | |
echo "No test run" |