Skip to content

Commit

Permalink
Merge pull request #20 from lincc-frameworks/test-asv-pr-2
Browse files Browse the repository at this point in the history
Test asv workflow from PR within repo
  • Loading branch information
camposandro authored Dec 8, 2023
2 parents f2b77bd + b5011ed commit 4ebe37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Extract artifacts information
id: pr-info
run: |
printf "PR number: $(cat pr)"
printf "Output:\n $(cat output)"
printf "PR number: $(cat pr)\n"
printf "Output:\n$(cat output)"
printf "pr=$(cat pr)" >> $GITHUB_OUTPUT
- name: Find benchmarks comment
uses: peter-evans/find-comment@v2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
[![Template](https://img.shields.io/badge/Template-LINCC%20Frameworks%20Python%20Project%20Template-brightgreen)](https://lincc-ppt.readthedocs.io/en/latest/)

This project was automatically generated using the LINCC-Frameworks
[python-project-template](https://github.com/lincc-frameworks/python-project-template).
[python-project-template](https://github.com/lincc-frameworks/python-project-template). It serves as mock
project to test CI workflows, namely those that perform benchmarking using airspeed-velocity.

A repository badge was added to show that this project uses the python-project-template, however it's up to
you whether or not you'd like to display it!
Expand Down

0 comments on commit 4ebe37d

Please sign in to comment.