Skip to content

Commit

Permalink
Simplify release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljyanesm committed Oct 4, 2021
1 parent 2379ec0 commit fcb077c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fcb077c

Please sign in to comment.