Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test GitHub Actions workflow runs but exits if multiple JSON files changed #81

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/test_dias_batch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test dias batch configs

on:
pull_request:
paths:
- '**.json'

jobs:
test_config:
uses: eastgenomics/GitHub_Actions/.github/workflows/test_changes.yml@release_v1.0.0
with:
config_path: ${{ vars.CONFIG_PATH }}
prod_jobs: ${{ vars.PROD_JOBS }}
test_sample_limit: ${{ vars.TEST_SAMPLE_LIMIT }}
run_cnv_calling: ${{ vars.RUN_CNV_CALLING }}
development: ${{ vars.DEVELOPMENT }}
workflow_branch: ${{ vars.WORKFLOW_BRANCH }}
secrets:
DX_TOKEN: ${{ secrets.DX_TOKEN }}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"assay": "CEN",
"version": "3.1.8",
"version": "3.1.9",
"cnv_call_app_id": "app-GZ4pXxj4xG062Bj5zjgP1Bb0",
"artemis_app_id": "app-GkbJ7p0463bjk9VKv3x8G5F8",
"snv_report_workflow_id": "workflow-GkbJY284FpfgqF8ggz57fVY2",
Expand Down
Empty file added empty.json
Empty file.