Skip to content

Commit

Permalink
Use 'test' as workflow name on Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed May 10, 2022
1 parent 1cb1d33 commit c48b94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ubuntu
name: test

on: [push, pull_request]

jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit c48b94d

Please sign in to comment.