Skip to content

Commit 07ddc79

Browse files
committed
Rename unit tests to box2d unit tests
1 parent dcc5822 commit 07ddc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml renamed to .github/workflows/box2d-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests
1+
name: Box2D Unit Tests
22

33
on:
44
push:
@@ -20,5 +20,5 @@ jobs:
2020
uses: actions/setup-dotnet@v1
2121
with:
2222
dotnet-version: "3.1.x"
23-
- name: Box2D Tests
23+
- name: Unit Tests
2424
run: dotnet test src/ -c Release

0 commit comments

Comments
 (0)