Skip to content

Commit

Permalink
update(yml): rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0327 committed Aug 24, 2023
1 parent 592ea6b commit 7f8bbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GOOGLE_TEST
name: UNIT_TEST
on: [push]
jobs:
run-google-test:
run-unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -11,7 +11,7 @@ jobs:
cmake -S . -B build
cmake --build build
- name: run-all-test
- name: run all tests
run: ./build/unit_test

- uses: sarisia/actions-status-discord@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: UNIT_TEST
name: UNIT_TEST_SH
on: [push]
jobs:
run-unit-test:
Expand Down

0 comments on commit 7f8bbb6

Please sign in to comment.