Skip to content

Commit

Permalink
One too many tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed May 3, 2022
1 parent 469b0d5 commit 83bfa39
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,19 +251,10 @@ jobs:
identifier: Java ${{ matrix.Java }} test on docker ${{matrix.testType}}
only-artifact: ${{ needs.check-secrets.outputs.google-credentials != 'true' }}

validate_wdl_job:
runs-on: ubuntu-latest
name: Validate all wdl using womtool
steps:
- uses: actions/checkout@v2
- name: Run womtool validate
run: |
./scripts/validate_wdls.sh
#test wdl validation
wdlValidation:
runs-on: ubuntu-latest
name: Validate all wdls using womtools
name: Validate WDLs using womtools
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 83bfa39

Please sign in to comment.