Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rical730 authored May 7, 2024
1 parent 0eb7b8d commit 0ef281d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
bash .teamcity/action_build.sh check_style
PaddleTest:
name: UnitTest for Paddle
name: UnitTestPaddle
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
bash .teamcity/action_build.sh test_paddle
TorchTest:
name: UnitTest for Troch
name: UnitTestTorch
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
bash .teamcity/action_build.sh test_torch
ExampleTest:
name: Test for Examples
name: TestExamples
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 0ef281d

Please sign in to comment.