Skip to content

Bugfix/download query in context #62

Bugfix/download query in context

Bugfix/download query in context #62

Workflow file for this run

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"