Skip to content

Commit

Permalink
Update README.md to display a custom name next to the badge without c…
Browse files Browse the repository at this point in the history
…hanging the YAML file.

test_32_oracle.yml has name "32-bit Oracle" for the run in the file. Testing this update to display just "32-bit" next to the badge without changing test_32_oracle.yml so it is the same as before.
  • Loading branch information
hchen99 authored Jan 9, 2025
1 parent 7d00153 commit 159e7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="https://github.com/nasa/trick/actions/workflows/test_macos.yml/badge.svg?branch=master" alt="macOS" height=30px>
</a>
<a href="https://github.com/nasa/trick/actions?query=workflow%3A32-bit">
<img src="https://github.com/nasa/trick/actions/workflows/test_32_oracle.yml/badge.svg?branch=master" alt="32-bit" height=30px>
<img src="https://github.com/nasa/trick/actions/workflows/test_32_oracle.yml/badge.svg?branch=master" alt="32-bit" height=30px>32-bit
</a>
</p>

Expand Down

0 comments on commit 159e7aa

Please sign in to comment.