Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Dec 6, 2023
1 parent 3938f13 commit bdf8095
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/loss_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Loss Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Model Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Network Tests

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Automated segmentation for large-scale biological datasets.
</a>
<!-- Loss Test Actions -->
<a href="https://github.com/htem/autoseg/actions/workflows/loss_tests.yaml">
<img src="https://github.com/htem/autoseg/actions/workflows/tests.yaml/badge.svg"
<img src="https://github.com/htem/autoseg/actions/workflows/loss_tests.yaml/badge.svg"
alt="Loss Tests Actions Status" />
</a>
<!-- Network Test Actions -->
<a href="https://github.com/htem/autoseg/actions/workflows/network_tests.yaml">
<img src="https://github.com/htem/autoseg/actions/workflows/tests.yaml/badge.svg"
<img src="https://github.com/htem/autoseg/actions/workflows/network_tests.yaml/badge.svg"
alt="Network Tests Actions Status" />
</a>
<!-- Model Test Actions -->
<a href="https://github.com/htem/autoseg/actions/workflows/model_tests.yaml">
<img src="https://github.com/htem/autoseg/actions/workflows/tests.yaml/badge.svg"
<img src="https://github.com/htem/autoseg/actions/workflows/model_tests.yaml/badge.svg"
alt="Model Tests Actions Status" />
</a>
</div>
Expand Down

0 comments on commit bdf8095

Please sign in to comment.