Skip to content

Commit e45c5c2

Browse files
author
spencer@primus
committed
Fix workflow name error
1 parent cf9b3f2 commit e45c5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
call_tester:
1414
name: Run unit tests on $BRANCH_NAME branch
15-
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv@main
15+
uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main
1616
with:
1717
branch: $BRANCH_NAME
1818
os: ubuntu-22.04

0 commit comments

Comments
 (0)