Skip to content

Commit

Permalink
remove descriptor_similarity family from build target
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyan-ru committed Nov 18, 2023
1 parent e804f7c commit f0956ec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,3 @@ jobs:
make test_lillymol | tee ./unit_test_results.txt
- name: Stop running
run: docker-compose down
- name: "Post to PR"
uses: EliLillyCo/github-actions-post-to-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
post_to_pr_definition: |
[
{
"message_file": "./unit_test_results.txt",
"title": "Unit Test",
"compare_branches": ["master"]
}
]

0 comments on commit f0956ec

Please sign in to comment.