From fcb077cab5cd8b343823eb8c82d0b9717e5d8249 Mon Sep 17 00:00:00 2001 From: ljyanesm Date: Mon, 4 Oct 2021 10:59:29 +0100 Subject: [PATCH] Simplify release action --- .github/workflows/release.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e527591..a31ac02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,21 +56,5 @@ jobs: echo $(readlink -f cromwell_configuration/cromwell.local.conf) export CROMWELL_RUNTIME_CONFIG=$(readlink -f cromwell_configuration/cromwell.local.conf) pytest --tag cli --symlink --kwd --basetemp ../pytest_temp - - name: Homology test - run: | - ls -l - echo $(readlink -f cromwell.jar) - export CROMWELL_JAR=$(readlink -f cromwell.jar) - echo $(readlink -f cromwell_configuration/cromwell.local.conf) - export CROMWELL_RUNTIME_CONFIG=$(readlink -f cromwell_configuration/cromwell.local.conf) - pytest --tag homology --symlink --kwd --basetemp ../pytest_temp - - name: Transcriptome test - run: | - ls -l - echo $(readlink -f cromwell.jar) - export CROMWELL_JAR=$(readlink -f cromwell.jar) - echo $(readlink -f cromwell_configuration/cromwell.local.conf) - export CROMWELL_RUNTIME_CONFIG=$(readlink -f cromwell_configuration/cromwell.local.conf) - pytest --tag transcriptome --symlink --kwd --basetemp ../pytest_temp - name: Release uses: softprops/action-gh-release@v1